From c5a087823119d3e3109cca9cab222ee926d7a2a2 Mon Sep 17 00:00:00 2001 From: Mark H Weaver Date: Sun, 29 May 2022 21:59:40 -0400 Subject: Update to 91.9.1. * makeicecat: Update FFSUB and SOURCEBALL_CHECKSUM. --- makeicecat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/makeicecat b/makeicecat index b8b955c..d537628 100755 --- a/makeicecat +++ b/makeicecat @@ -23,9 +23,9 @@ # metadata readonly FFMAJOR=91 readonly FFMINOR=9 -readonly FFSUB=0 +readonly FFSUB=1 readonly GNUVERSION=1 -readonly SOURCEBALL_CHECKSUM='b4beea934c2ff67d93539c0a4a563f7c5fb8e2d231b05f082b1d8a73ee54ba9c' +readonly SOURCEBALL_CHECKSUM='090e7f4d79e4373c2a0f286e1e8099ff642ee7611138ceeedcece2e4e5abb560' readonly SOURCEBALL_SIGNINGKEY='14F26682D0916CDD81E37B6D61B7B526D98F0353' readonly FFVERSION=${FFMAJOR}.${FFMINOR}.${FFSUB} readonly SOURCEBALL=firefox-${FFVERSION}esr.source.tar.xz -- cgit v1.2.3