gnuzilla

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

commit 5107c173217a594c52c6c301be62a4dc603b3f6f
parent 40e114e5e8fd0b4d3621d6c8aebf0c78100578f2
Author: Mark H Weaver <mhw@netris.org>
Date:   Mon, 13 May 2024 21:31:35 -0400

Update to 115.11.0-1.

* makeicecat: Update FFMINOR and SOURCEBALL_CHECKSUM.

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

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