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