diff options
author | Mark H Weaver <mhw@netris.org> | 2023-01-16 07:04:16 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2023-01-16 07:04:16 -0500 |
commit | 7f76da3cfd5d04fa38d894f6ea6ac5f2fd0ea837 (patch) | |
tree | 66a303b91321bb95d9fce6fe5e9f765c64688697 /makeicecat | |
parent | b6260130b9808f550bdb35061af2d7962109a181 (diff) |
Update to 102.7.0.
* makeicecat: Update FFMINOR and SOURCEBALL_CHECKSUM.
Diffstat (limited to 'makeicecat')
-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 |