diff options
author | Mark H Weaver <mhw@netris.org> | 2022-03-07 18:35:50 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2022-03-07 18:35:50 -0500 |
commit | 76e23c5f1bcebc22f7936baa29f75c6c9415935e (patch) | |
tree | 3b7d229c6614a574e44ee7100d3e033c6fbfdb75 | |
parent | 63c47b0424a09738f45d45f30dbc30b7d6c5a41d (diff) |
Update to 91.7.0.
* makeicecat: Update FFMINOR, FFSUB, and SOURCEBALL_CHECKSUM.
-rwxr-xr-x | makeicecat | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -22,10 +22,10 @@ # metadata readonly FFMAJOR=91 -readonly FFMINOR=6 -readonly FFSUB=1 +readonly FFMINOR=7 +readonly FFSUB=0 readonly GNUVERSION=1 -readonly SOURCEBALL_CHECKSUM='f9d8e011b761537a374696df09cae7a896c6ac01c41683c7ac234d73634b65df' +readonly SOURCEBALL_CHECKSUM='9c3ae9abe1ef10d66d64cbbee96ba2c16840098de8fe0285959f04160d0fee5a' readonly SOURCEBALL_SIGNINGKEY='14F26682D0916CDD81E37B6D61B7B526D98F0353' readonly FFVERSION=${FFMAJOR}.${FFMINOR}.${FFSUB} readonly SOURCEBALL=firefox-${FFVERSION}esr.source.tar.xz |