From 76e23c5f1bcebc22f7936baa29f75c6c9415935e Mon Sep 17 00:00:00 2001 From: Mark H Weaver Date: Mon, 7 Mar 2022 18:35:50 -0500 Subject: Update to 91.7.0. * makeicecat: Update FFMINOR, FFSUB, and SOURCEBALL_CHECKSUM. --- makeicecat | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'makeicecat') diff --git a/makeicecat b/makeicecat index da51204..e0ff054 100755 --- a/makeicecat +++ b/makeicecat @@ -22,10 +22,10 @@ # metadata readonly FFMAJOR=91 -readonly FFMINOR=6 -readonly FFSUB=1 +readonly FFMINOR=7 +readonly FFSUB=0 readonly GNUVERSION=1 -readonly SOURCEBALL_CHECKSUM='f9d8e011b761537a374696df09cae7a896c6ac01c41683c7ac234d73634b65df' +readonly SOURCEBALL_CHECKSUM='9c3ae9abe1ef10d66d64cbbee96ba2c16840098de8fe0285959f04160d0fee5a' readonly SOURCEBALL_SIGNINGKEY='14F26682D0916CDD81E37B6D61B7B526D98F0353' readonly FFVERSION=${FFMAJOR}.${FFMINOR}.${FFSUB} readonly SOURCEBALL=firefox-${FFVERSION}esr.source.tar.xz -- cgit v1.2.3