diff options
author | Amin Bandali <bandali@gnu.org> | 2023-12-18 18:18:22 -0500 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2023-12-18 18:18:22 -0500 |
commit | 6a76a10682b6e63f562e4b9f26f3ef12f88bd839 (patch) | |
tree | d130e0907055429f93bacd26b2c653e243bf5215 /makeicecat | |
parent | bd66797f3bb057c9d051d4276d63843b4d7ee854 (diff) |
Update to 115.6.0
* makeicecat: Update FFMINOR and SOURCEBALL_CHECKSUM.
Diffstat (limited to 'makeicecat')
-rwxr-xr-x | makeicecat | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,7 +1,7 @@ #!/usr/bin/env bash # # Copyright (C) 2014-2022 Ruben Rodriguez <ruben@gnu.org> -# Copyright (C) 2019-2021 Amin Bandali <bandali@gnu.org> +# Copyright (C) 2019-2023 Amin Bandali <bandali@gnu.org> # Copyright (C) 2019-2023 Mark H Weaver <mhw@netris.org> # Copyright (C) 2020 bill-auger <bill-auger@programmer.net> # @@ -22,10 +22,10 @@ # metadata readonly FFMAJOR=115 -readonly FFMINOR=5 +readonly FFMINOR=6 readonly FFSUB=0 readonly GNUVERSION=1 -readonly SOURCEBALL_CHECKSUM='db3f710209b74c0416834f76a9cfa42da65a833bf7cf79116ff2c43c4946a728' +readonly SOURCEBALL_CHECKSUM='66d7e6e5129ac8e6fe83e24227dc7bb8dc42650bc53b21838e614de80d22bc66' readonly SOURCEBALL_SIGNINGKEY='14F26682D0916CDD81E37B6D61B7B526D98F0353' readonly FFVERSION=${FFMAJOR}.${FFMINOR}.${FFSUB} readonly SOURCEBALL=firefox-${FFVERSION}esr.source.tar.xz |