diff options
author | Mark H Weaver <mhw@netris.org> | 2020-10-19 20:59:09 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2020-10-19 20:59:09 -0400 |
commit | 05adddbf87a5ee11de7cd90794c331a178bcfd5c (patch) | |
tree | f95765b3669b1121d0ac038985f1a9e06a5085b1 | |
parent | cd2af837fce69145effef83def6993d244887b03 (diff) |
Update to 78.4.0.
* makeicecat: Update FFMINOR and FFSUB, and update the expected
sha256sum of the firefox source tarball.
-rwxr-xr-x | makeicecat | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -22,8 +22,8 @@ set -euxo pipefail FFMAJOR=78 -FFMINOR=3 -FFSUB=1 +FFMINOR=4 +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 5fd27d67689fe60803022035e556146d2dbce5e53d21c14d026fc31dd2e45be9 firefox-${FFVERSION}esr.source.tar.xz |sha256sum -c - +echo -n 8e3cf0bbf1062768134db2eb10ab774731ca5ec6694b65def82234bb0a9170fc firefox-${FFVERSION}esr.source.tar.xz |sha256sum -c - echo Extracting Firefox tarball tar -xf firefox-${FFVERSION}esr.source.tar.xz |