summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2020-08-25 06:55:47 -0400
committerMark H Weaver <mhw@netris.org>2020-08-25 06:55:47 -0400
commit15a7c3d991a670b6489d4f432b52a188358f4ca5 (patch)
treef33e2cf494bb10de343c185fc1f5a98c89311a23
parentac907e0c0f5b8896da34d31594b168e60983bec8 (diff)
Update to 68.12.0-gnu1.
* makeicecat: Update FFMINOR to 12, and update the expected sha256sum of the firefox source tarball.
-rwxr-xr-xmakeicecat4
1 files changed, 2 insertions, 2 deletions
diff --git a/makeicecat b/makeicecat
index 36ec2d4..4baeeb8 100755
--- a/makeicecat
+++ b/makeicecat
@@ -22,7 +22,7 @@
set -euxo pipefail
FFMAJOR=68
-FFMINOR=11
+FFMINOR=12
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 91c1f7caaf1ba785b74799865227456bf784ba614d17cf5f0f41a5f25d6d2160 firefox-${FFVERSION}esr.source.tar.xz |sha256sum -c -
+echo -n ae692bf2a15908cacbb9d4c7ccf78525a87410ff3f13befedc1926f849bc27cc firefox-${FFVERSION}esr.source.tar.xz |sha256sum -c -
echo Extracting Firefox tarball
tar -xf firefox-${FFVERSION}esr.source.tar.xz