summaryrefslogtreecommitdiff
path: root/makeicecat
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2020-02-11 17:25:23 -0500
committerMark H Weaver <mhw@netris.org>2020-02-11 17:25:23 -0500
commit2dc3c0bed6f8a41a8426ae66db92729af5c27c70 (patch)
tree8fea2a2285b8b54ca29af90af40cd7329d8c6657 /makeicecat
parent2d1b1bc45fdae5a99c4e8ea25593ebb9c8d7bfdf (diff)
Update to 68.5.0-gnu1.
* makeicecat: Update FFMINOR and FFSUB to 5 and 0, respectively, and update the expected sha256sum of the firefox source tarball.
Diffstat (limited to 'makeicecat')
-rwxr-xr-xmakeicecat6
1 files changed, 3 insertions, 3 deletions
diff --git a/makeicecat b/makeicecat
index f954ebf..0cefa17 100755
--- a/makeicecat
+++ b/makeicecat
@@ -22,8 +22,8 @@
set -euxo pipefail
FFMAJOR=68
-FFMINOR=4
-FFSUB=1
+FFMINOR=5
+FFSUB=0
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 a00a7712d0f919162ce8181a9a3fc3e9ef37adf1caff0945a863b4c0c1d9f360 firefox-${FFVERSION}esr.source.tar.xz |sha256sum -c -
+echo -n 52e784f98a37624e8b207f1b23289c2c88f66dd923798cae891a586a6d94a6d1 firefox-${FFVERSION}esr.source.tar.xz |sha256sum -c -
echo Extracting Firefox tarball
tar -xf firefox-${FFVERSION}esr.source.tar.xz