diff options
author | Mark H Weaver <mhw@netris.org> | 2022-05-03 05:16:43 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2022-05-03 05:16:43 -0400 |
commit | d7d3e9a33d2b3b78a6e08060684580c72c0d6e93 (patch) | |
tree | 830d998ef0ea3eb615d8ff3e42bd378d912ff00a /makeicecat | |
parent | 3aec3e591e7b1de0bfe5025a54ef5771a9823917 (diff) |
Update to 91.9.0.
* makeicecat: Update FFMINOR and SOURCEBALL_CHECKSUM.
Diffstat (limited to 'makeicecat')
-rwxr-xr-x | makeicecat | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -22,10 +22,10 @@ # metadata readonly FFMAJOR=91 -readonly FFMINOR=8 +readonly FFMINOR=9 readonly FFSUB=0 readonly GNUVERSION=1 -readonly SOURCEBALL_CHECKSUM='d483a853cbf5c7f93621093432e3dc0b7ed847f2a5318b964828d19f9f087f3a' +readonly SOURCEBALL_CHECKSUM='b4beea934c2ff67d93539c0a4a563f7c5fb8e2d231b05f082b1d8a73ee54ba9c' readonly SOURCEBALL_SIGNINGKEY='14F26682D0916CDD81E37B6D61B7B526D98F0353' readonly FFVERSION=${FFMAJOR}.${FFMINOR}.${FFSUB} readonly SOURCEBALL=firefox-${FFVERSION}esr.source.tar.xz |