summaryrefslogtreecommitdiff
path: root/makeicecat
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2020-10-03 11:45:03 -0400
committerMark H Weaver <mhw@netris.org>2020-10-03 11:45:03 -0400
commitcd2af837fce69145effef83def6993d244887b03 (patch)
treeede0ef9644ae40057ae80bd7d81b3b7b2e0c371a /makeicecat
parentdf6b2146f13fc90ad3c11136115ada077383ee2a (diff)
Update to 78.3.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 f4b456d..8f54fa4 100755
--- a/makeicecat
+++ b/makeicecat
@@ -23,7 +23,7 @@ set -euxo pipefail
FFMAJOR=78
FFMINOR=3
-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 85273e22d6c31ccd000d72af47530cea3dc52f63f06e53701d9c6c82f68f7bf7 firefox-${FFVERSION}esr.source.tar.xz |sha256sum -c -
+echo -n 5fd27d67689fe60803022035e556146d2dbce5e53d21c14d026fc31dd2e45be9 firefox-${FFVERSION}esr.source.tar.xz |sha256sum -c -
echo Extracting Firefox tarball
tar -xf firefox-${FFVERSION}esr.source.tar.xz