gnuzilla

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

commit a0b1a124e8e063a35389e1f20653047f37ca069b
parent 2a76759a6220e9eeb9037671140b5574d6d1981e
Author: Mark H Weaver <mhw@netris.org>
Date:   Tue, 29 Oct 2024 15:31:33 -0400

Update to 115.17.0-1.

* makeicecat: Update FFMINOR, FFSUB, and SOURCEBALL_CHECKSUM.

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

diff --git a/makeicecat b/makeicecat @@ -22,11 +22,11 @@ # metadata readonly FFMAJOR=115 -readonly FFMINOR=16 -readonly FFSUB=1 +readonly FFMINOR=17 +readonly FFSUB=0 readonly FFBUILD=1 readonly GNUVERSION=1 -readonly SOURCEBALL_CHECKSUM='c3bb5a210738ca0f8cd26aa53fc4a07560db079c06cd0421cf35af4035029367' +readonly SOURCEBALL_CHECKSUM='80f184a102a743ee75401e86dd86af0be5f1e5ebf07c81119d9ca77422d716c3' readonly SOURCEBALL_SIGNINGKEY='14F26682D0916CDD81E37B6D61B7B526D98F0353' readonly FFVERSION=${FFMAJOR}.${FFMINOR}.${FFSUB} readonly SOURCEBALL=firefox-${FFVERSION}esr.source.tar.xz