From 2a76759a6220e9eeb9037671140b5574d6d1981e Mon Sep 17 00:00:00 2001 From: Mark H Weaver Date: Wed, 9 Oct 2024 09:14:23 -0400 Subject: Update to 115.16.1-1. * makeicecat: Update FFSUB and SOURCEBALL_CHECKSUM. --- makeicecat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/makeicecat b/makeicecat index 9a03c64..310bb0a 100755 --- a/makeicecat +++ b/makeicecat @@ -23,10 +23,10 @@ # metadata readonly FFMAJOR=115 readonly FFMINOR=16 -readonly FFSUB=0 +readonly FFSUB=1 readonly FFBUILD=1 readonly GNUVERSION=1 -readonly SOURCEBALL_CHECKSUM='d67f6611d55cdaa2e4e90a3eba332dcee2f6bf74a7842e928996db62e4aa801f' +readonly SOURCEBALL_CHECKSUM='c3bb5a210738ca0f8cd26aa53fc4a07560db079c06cd0421cf35af4035029367' readonly SOURCEBALL_SIGNINGKEY='14F26682D0916CDD81E37B6D61B7B526D98F0353' readonly FFVERSION=${FFMAJOR}.${FFMINOR}.${FFSUB} readonly SOURCEBALL=firefox-${FFVERSION}esr.source.tar.xz -- cgit v1.2.3