diff options
author | Mark H Weaver <mhw@netris.org> | 2022-04-05 14:30:55 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2022-04-05 14:30:55 -0400 |
commit | 3aec3e591e7b1de0bfe5025a54ef5771a9823917 (patch) | |
tree | dabde75f564b90fcd7422e71f587e946126fb1ff /makeicecat | |
parent | 76e23c5f1bcebc22f7936baa29f75c6c9415935e (diff) |
Update to 91.8.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=7 +readonly FFMINOR=8 readonly FFSUB=0 readonly GNUVERSION=1 -readonly SOURCEBALL_CHECKSUM='9c3ae9abe1ef10d66d64cbbee96ba2c16840098de8fe0285959f04160d0fee5a' +readonly SOURCEBALL_CHECKSUM='d483a853cbf5c7f93621093432e3dc0b7ed847f2a5318b964828d19f9f087f3a' readonly SOURCEBALL_SIGNINGKEY='14F26682D0916CDD81E37B6D61B7B526D98F0353' readonly FFVERSION=${FFMAJOR}.${FFMINOR}.${FFSUB} readonly SOURCEBALL=firefox-${FFVERSION}esr.source.tar.xz |