diff options
Diffstat (limited to 'makeicecat')
-rwxr-xr-x | makeicecat | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -2,7 +2,7 @@ # # Copyright (C) 2014-2019 Ruben Rodriguez <ruben@gnu.org> # Copyright (C) 2019-2021 Amin Bandali <bandali@gnu.org> -# Copyright (C) 2019-2021 Mark H Weaver <mhw@netris.org> +# Copyright (C) 2019-2022 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,10 +22,10 @@ # metadata readonly FFMAJOR=91 -readonly FFMINOR=4 +readonly FFMINOR=5 readonly FFSUB=0 readonly GNUVERSION=1 -readonly SOURCEBALL_CHECKSUM='e722829db490f9332712a81c35996541737bbfb05232d47190fee779c4fcb327' +readonly SOURCEBALL_CHECKSUM='f45cd9c96227e3e6eabe37962ce924b7a7ca86b6c191326c1bab18e082b4c813' readonly SOURCEBALL_SIGNINGKEY='14F26682D0916CDD81E37B6D61B7B526D98F0353' readonly FFVERSION=${FFMAJOR}.${FFMINOR}.${FFSUB} readonly SOURCEBALL=firefox-${FFVERSION}esr.source.tar.xz |