gnuzilla

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

commit 30e0b71ee2c6ab4dd1dff19d40dc32965ea121b5
parent f200ffe88821f66234591096bcbe87b0c11f8da0
Author: Mark H Weaver <mhw@netris.org>
Date:   Mon,  8 Jul 2024 12:17:57 -0400

Update to 115.13.0-3.

* makeicecat: Update FFMINOR, FFBUILD, 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=12 +readonly FFMINOR=13 readonly FFSUB=0 -readonly FFBUILD=1 +readonly FFBUILD=3 readonly GNUVERSION=1 -readonly SOURCEBALL_CHECKSUM='b59e1625a0bb2f0565a737394f2bf8a7ce3171314b0d871bde533a101847a8ef' +readonly SOURCEBALL_CHECKSUM='3fa20d1897100684d2560a193a48d4a413f31e61f2ed134713d607c5f30d5d5c' readonly SOURCEBALL_SIGNINGKEY='14F26682D0916CDD81E37B6D61B7B526D98F0353' readonly FFVERSION=${FFMAJOR}.${FFMINOR}.${FFSUB} readonly SOURCEBALL=firefox-${FFVERSION}esr.source.tar.xz