From bb1c105f4416c2973f394680c2d579918a1da77a Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Sat, 13 Feb 2021 16:42:38 -0500 Subject: Update to 78.7.1 * makeicecat: Update FFSUB to 1, and update the expected sha256sum of the firefox source tarball. --- makeicecat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/makeicecat b/makeicecat index c95ad83..284394e 100755 --- a/makeicecat +++ b/makeicecat @@ -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 -- cgit v1.2.3