From a59b8a2c2e4c8b8de47b3ae4d10032154a47a01e Mon Sep 17 00:00:00 2001 From: Mark H Weaver Date: Sat, 23 Mar 2024 10:05:49 -0400 Subject: Update to 115.9.1-1. * makeicecat: Update FFSUB, FFBUILD, and SOURCEBALL_CHECKSUM. --- makeicecat | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/makeicecat b/makeicecat index 88de152..f0fefd8 100755 --- a/makeicecat +++ b/makeicecat @@ -2,7 +2,7 @@ # # Copyright (C) 2014-2022 Ruben Rodriguez # Copyright (C) 2019-2024 Amin Bandali -# Copyright (C) 2019-2023 Mark H Weaver +# Copyright (C) 2019-2024 Mark H Weaver # Copyright (C) 2020 bill-auger # # This program is free software; you can redistribute it and/or modify @@ -23,10 +23,10 @@ # metadata readonly FFMAJOR=115 readonly FFMINOR=9 -readonly FFSUB=0 -readonly FFBUILD=2 +readonly FFSUB=1 +readonly FFBUILD=1 readonly GNUVERSION=1 -readonly SOURCEBALL_CHECKSUM='db3b3371c5e6636de73798635531df137b17c5b78bdee03810930b29e8212803' +readonly SOURCEBALL_CHECKSUM='23657808bfefb8ba33a191645d4df776d5b8d99d453edde32b785d2a8846f929' readonly SOURCEBALL_SIGNINGKEY='14F26682D0916CDD81E37B6D61B7B526D98F0353' readonly FFVERSION=${FFMAJOR}.${FFMINOR}.${FFSUB} readonly SOURCEBALL=firefox-${FFVERSION}esr.source.tar.xz -- cgit v1.2.3