diff options
author | Mark H Weaver <mhw@netris.org> | 2020-06-02 00:20:26 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2020-06-02 00:21:04 -0400 |
commit | d7acf32ad905a3382cb2353577a96d29aa58f589 (patch) | |
tree | 9a0cb9d60ddd943503da012c467d396792d4e1f7 | |
parent | 5358ff2963a6136f8acafdc598cad540231ad23e (diff) |
Update to 68.9.0-gnu1.
* makeicecat: Update FFMINOR to 9, and update the expected sha256sum
of the firefox source tarball.
-rwxr-xr-x | makeicecat | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -22,7 +22,7 @@ set -euxo pipefail FFMAJOR=68 -FFMINOR=8 +FFMINOR=9 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 fa5b2266d225878d4b35694678f79fd7e7a6d3c62759a40326129bd90f63e842 firefox-${FFVERSION}esr.source.tar.xz |sha256sum -c - +echo -n 935105e1a8a97d64daffb372690e2b566b5f07641f01470929dbbc82d20d4407 firefox-${FFVERSION}esr.source.tar.xz |sha256sum -c - echo Extracting Firefox tarball tar -xf firefox-${FFVERSION}esr.source.tar.xz |