From 400fbfdbc0c1ac9c68c9f52fd2ab6899bc8e8bd0 Mon Sep 17 00:00:00 2001 From: Mark H Weaver Date: Wed, 30 Aug 2023 07:37:51 -0400 Subject: Update to 102.15.0. * makeicecat: Update FFMINOR and SOURCEBALL_CHECKSUM. --- makeicecat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/makeicecat b/makeicecat index 4bdf7b9..5893649 100755 --- a/makeicecat +++ b/makeicecat @@ -22,10 +22,10 @@ # metadata readonly FFMAJOR=102 -readonly FFMINOR=14 +readonly FFMINOR=15 readonly FFSUB=0 readonly GNUVERSION=1 -readonly SOURCEBALL_CHECKSUM='1ab85081c08a472cfd869873dba0e76ae6d9e83c1b8f23741e4c9d5471a5efee' +readonly SOURCEBALL_CHECKSUM='81fa590408f5a3af8f004d839ac47fb4121e05fe717334445cec9ca55d8746af' readonly SOURCEBALL_SIGNINGKEY='14F26682D0916CDD81E37B6D61B7B526D98F0353' readonly FFVERSION=${FFMAJOR}.${FFMINOR}.${FFSUB} readonly SOURCEBALL=firefox-${FFVERSION}esr.source.tar.xz -- cgit v1.2.3