summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2020-04-03 16:48:09 -0400
committerMark H Weaver <mhw@netris.org>2020-04-03 16:48:09 -0400
commitf27cf24f9b5f85c1effcbac46d75e8fb83728df9 (patch)
tree4104e2f928e80e790ed54e7c7b048898726b2ddf
parent9dcb24d885eae5973eb2245b532b158c685d707a (diff)
Update to 68.6.1-gnu1.
* makeicecat: Update to FFSUB to 1, and update the expected sha256sum of the firefox source tarball.
-rwxr-xr-xmakeicecat6
1 files changed, 3 insertions, 3 deletions
diff --git a/makeicecat b/makeicecat
index bbca38e..b4a7801 100755
--- a/makeicecat
+++ b/makeicecat
@@ -2,7 +2,7 @@
#
# Copyright (C) 2014-2019 Ruben Rodriguez <ruben@gnu.org>
# Copyright (C) 2019 Amin Bandali <bandali@gnu.org>
-# Copyright (C) 2019 Mark H Weaver <mhw@netris.org>
+# Copyright (C) 2020 Mark H Weaver <mhw@netris.org>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -23,7 +23,7 @@ set -euxo pipefail
FFMAJOR=68
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 2428213ceb75cb6772b3044d9c14870d1ae5b0161379aeb29248650e13761c9f firefox-${FFVERSION}esr.source.tar.xz |sha256sum -c -
+echo -n a9d8aef9547ac3d88d2fafa3ef61734bf37f343cde36efc53d67d9716acec9f8 firefox-${FFVERSION}esr.source.tar.xz |sha256sum -c -
echo Extracting Firefox tarball
tar -xf firefox-${FFVERSION}esr.source.tar.xz