summaryrefslogtreecommitdiff
path: root/makeicecat
diff options
context:
space:
mode:
authorAmin Bandali <bandali@gnu.org>2021-01-07 17:28:05 -0500
committerAmin Bandali <bandali@gnu.org>2021-01-07 17:28:05 -0500
commit10ca84bd9d255caeed506ef36bd3dbe2ad6375ab (patch)
tree6e6de361bd20eaae77e3fa120c7f796f73e91ae3 /makeicecat
parenta43514623e93d4f3fe6d61f5b2f82c5ef29bf518 (diff)
Update to 78.6.1
* makeicecat: Update FFSUB to 1, and update the expected sha256sum of the firefox source tarball.
Diffstat (limited to 'makeicecat')
-rwxr-xr-xmakeicecat4
1 files changed, 2 insertions, 2 deletions
diff --git a/makeicecat b/makeicecat
index 57e0a46..8dd7a10 100755
--- a/makeicecat
+++ b/makeicecat
@@ -23,7 +23,7 @@ set -euxo pipefail
FFMAJOR=78
FFMINOR=6
-FFSUB=0
+FFSUB=1
GNUVERSION=1
FFVERSION=$FFMAJOR.$FFMINOR.$FFSUB
ICECATVERSION=$FFVERSION-gnu$GNUVERSION
@@ -44,7 +44,7 @@ wget -N https://ftp.mozilla.org/pub/mozilla.org/firefox/releases/${FFVERSION}esr
wget -N https://ftp.mozilla.org/pub/mozilla.org/firefox/releases/${FFVERSION}esr/source/firefox-${FFVERSION}esr.source.tar.xz.asc
gpg --recv-keys --keyserver keyserver.ubuntu.com 14F26682D0916CDD81E37B6D61B7B526D98F0353
gpg --verify firefox-${FFVERSION}esr.source.tar.xz.asc
-echo -n 5e69f9bfd1a35decdae8d4b28da8100820e58b429f539fa9884802347631cf53 firefox-${FFVERSION}esr.source.tar.xz |sha256sum -c -
+echo -n 0d07b74cb66b94018e3d7f11531f95c76a955e0016a3c401241d0d85062ae7ce firefox-${FFVERSION}esr.source.tar.xz |sha256sum -c -
echo Extracting Firefox tarball
tar -xf firefox-${FFVERSION}esr.source.tar.xz