gnuzilla

default description
git clone https://git.awy.one/gnuzilla.git
Log | Files | Refs | README | LICENSE

commit 5358ff2963a6136f8acafdc598cad540231ad23e
parent 8f9f30e1e9cf2b411ce2747024d4f72edda86904
Author: Mark H Weaver <mhw@netris.org>
Date:   Tue,  5 May 2020 17:00:27 -0400

Update to 68.8.0-gnu1.

* makeicecat: Update FFMINOR to 8, and update the expected sha256sum
of the firefox source tarball.

Diffstat:
Mmakeicecat | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/makeicecat b/makeicecat @@ -22,7 +22,7 @@ set -euxo pipefail FFMAJOR=68 -FFMINOR=7 +FFMINOR=8 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 ad3ea069c3d23aab360ad04ff4d0f5e556d3538f7dd4eae0690c4e9241537570 firefox-${FFVERSION}esr.source.tar.xz |sha256sum -c - +echo -n fa5b2266d225878d4b35694678f79fd7e7a6d3c62759a40326129bd90f63e842 firefox-${FFVERSION}esr.source.tar.xz |sha256sum -c - echo Extracting Firefox tarball tar -xf firefox-${FFVERSION}esr.source.tar.xz