summaryrefslogtreecommitdiff
path: root/makeicecat
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2020-07-27 16:06:16 -0400
committerMark H Weaver <mhw@netris.org>2020-07-27 16:06:16 -0400
commitac907e0c0f5b8896da34d31594b168e60983bec8 (patch)
tree7e2b46ca558d3fe66bd7c1ddd98c08b1edc04287 /makeicecat
parent76dced64ce0e72fe3030dc2f7b22cda8e36b165e (diff)
Update to 68.11.0-gnu1.
* makeicecat: Update FFMINOR to 11, 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 815a33d..36ec2d4 100755
--- a/makeicecat
+++ b/makeicecat
@@ -22,7 +22,7 @@
set -euxo pipefail
FFMAJOR=68
-FFMINOR=10
+FFMINOR=11
FFSUB=0
GNUVERSION=1
FFVERSION=$FFMAJOR.$FFMINOR.$FFSUB
@@ -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 2ec8c2627e46e80fc208584966a2ded7a0a9ff76b55ffccec0623b89b98ded2b firefox-${FFVERSION}esr.source.tar.xz |sha256sum -c -
+echo -n 91c1f7caaf1ba785b74799865227456bf784ba614d17cf5f0f41a5f25d6d2160 firefox-${FFVERSION}esr.source.tar.xz |sha256sum -c -
echo Extracting Firefox tarball
tar -xf firefox-${FFVERSION}esr.source.tar.xz