gnuzilla

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

commit f27cf24f9b5f85c1effcbac46d75e8fb83728df9
parent 9dcb24d885eae5973eb2245b532b158c685d707a
Author: Mark H Weaver <mhw@netris.org>
Date:   Fri,  3 Apr 2020 16:48:09 -0400

Update to 68.6.1-gnu1.

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

Diffstat:
Mmakeicecat | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git 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