diff options
author | Mark H Weaver <mhw@netris.org> | 2024-03-23 10:05:49 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2024-03-23 10:05:49 -0400 |
commit | a59b8a2c2e4c8b8de47b3ae4d10032154a47a01e (patch) | |
tree | 1b6af9523fd8db6c006823d8d665b9ee1d2aa3f8 | |
parent | d1dab742d12e2ffacae70733b14016287fc46613 (diff) |
Update to 115.9.1-1.
* makeicecat: Update FFSUB, FFBUILD, and SOURCEBALL_CHECKSUM.
-rwxr-xr-x | makeicecat | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -2,7 +2,7 @@ # # Copyright (C) 2014-2022 Ruben Rodriguez <ruben@gnu.org> # Copyright (C) 2019-2024 Amin Bandali <bandali@gnu.org> -# Copyright (C) 2019-2023 Mark H Weaver <mhw@netris.org> +# Copyright (C) 2019-2024 Mark H Weaver <mhw@netris.org> # Copyright (C) 2020 bill-auger <bill-auger@programmer.net> # # 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 |