From ac19d793c76732f9e5623e25fbf31287255a4ae7 Mon Sep 17 00:00:00 2001 From: Mark H Weaver Date: Mon, 31 Jul 2023 19:18:28 -0400 Subject: Update to 102.14.0. * makeicecat: Update FFMINOR and SOURCEBALL_CHECKSUM. --- makeicecat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/makeicecat b/makeicecat index c70e151..4bdf7b9 100755 --- a/makeicecat +++ b/makeicecat @@ -22,10 +22,10 @@ # metadata readonly FFMAJOR=102 -readonly FFMINOR=13 +readonly FFMINOR=14 readonly FFSUB=0 readonly GNUVERSION=1 -readonly SOURCEBALL_CHECKSUM='fc3fab3de4bf65d1ec7fc30ae776144097b70a35d37c36663e11ffa618c13a2c' +readonly SOURCEBALL_CHECKSUM='1ab85081c08a472cfd869873dba0e76ae6d9e83c1b8f23741e4c9d5471a5efee' readonly SOURCEBALL_SIGNINGKEY='14F26682D0916CDD81E37B6D61B7B526D98F0353' readonly FFVERSION=${FFMAJOR}.${FFMINOR}.${FFSUB} readonly SOURCEBALL=firefox-${FFVERSION}esr.source.tar.xz -- cgit v1.2.3