diff options
author | Mark H Weaver <mhw@netris.org> | 2025-01-06 16:59:36 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2025-01-06 16:59:36 -0500 |
commit | fc97942e2c3a23b9e24e1946c37a37c2fe4ff341 (patch) | |
tree | 861c9d9a120865f00b34de844965d9d856081790 | |
parent | dc99e15355412bc9b11b34d3fe5729bed1c251de (diff) |
Update to 115.19.0-1.v115.19.0-gnu1
* makeicecat: Update FFMINOR, GNUVERSION, 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-2024 Mark H Weaver <mhw@netris.org> +# Copyright (C) 2019-2025 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 @@ -22,11 +22,11 @@ # metadata readonly FFMAJOR=115 -readonly FFMINOR=18 +readonly FFMINOR=19 readonly FFSUB=0 readonly FFBUILD=1 -readonly GNUVERSION=2 -readonly SOURCEBALL_CHECKSUM='2a79174f743caa1bffcc6f4e95e4642b0f36ab24cfa94e4dca0663e0d45c344c' +readonly GNUVERSION=1 +readonly SOURCEBALL_CHECKSUM='7e64a398e84208ac494d3311f849971723c3fe3c516f854c2c8fecd04968bed6' readonly SOURCEBALL_SIGNINGKEY='14F26682D0916CDD81E37B6D61B7B526D98F0353' readonly FFVERSION=${FFMAJOR}.${FFMINOR}.${FFSUB} readonly SOURCEBALL=firefox-${FFVERSION}esr.source.tar.xz |