diff options
author | Amin Bandali <bandali@gnu.org> | 2021-02-13 16:42:38 -0500 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2021-02-13 16:42:38 -0500 |
commit | bb1c105f4416c2973f394680c2d579918a1da77a (patch) | |
tree | 981d8fe9390b494022b7680cae373670cdcbe388 /makeicecat | |
parent | 01b67d368563ac3d74d1a61692d15fc3d49e77cf (diff) |
Update to 78.7.1
* makeicecat: Update FFSUB to 1, and update the expected sha256sum
of the firefox source tarball.
Diffstat (limited to 'makeicecat')
-rwxr-xr-x | makeicecat | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -23,9 +23,9 @@ # metadata readonly FFMAJOR=78 readonly FFMINOR=7 -readonly FFSUB=0 +readonly FFSUB=1 readonly GNUVERSION=1 -readonly SOURCEBALL_CHECKSUM='1aa041db28cd742e93d663a9da8defd33040b38d8b9470350538473251621643' +readonly SOURCEBALL_CHECKSUM='5042783e2cf94d21dd990d2083800f05bc32f8ba65532a715c7be3cb7716b837' readonly SOURCEBALL_SIGNINGKEY='14F26682D0916CDD81E37B6D61B7B526D98F0353' readonly FFVERSION=${FFMAJOR}.${FFMINOR}.${FFSUB} readonly SOURCEBALL=firefox-${FFVERSION}esr.source.tar.xz |