diff options
author | Mark H Weaver <mhw@netris.org> | 2023-03-13 16:03:40 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2023-03-13 16:03:40 -0400 |
commit | f55ede39713d1533734f37e39927cbb78abe1604 (patch) | |
tree | 3089435a2378e22183ea1335433262ae6186892a /makeicecat | |
parent | f23f8b609ef4afcc7d8ac5fa795093f1c403f8da (diff) |
Update to 102.9.0.
* makeicecat: Update FFMINOR and SOURCEBALL_CHECKSUM.
Diffstat (limited to 'makeicecat')
-rwxr-xr-x | makeicecat | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -22,10 +22,10 @@ # metadata readonly FFMAJOR=102 -readonly FFMINOR=8 +readonly FFMINOR=9 readonly FFSUB=0 readonly GNUVERSION=1 -readonly SOURCEBALL_CHECKSUM='47f8f6243bce8c2ef51adf8c9626bbf643e1c225dcb9ba5653a055ed5e76ca48' +readonly SOURCEBALL_CHECKSUM='31b074623f09ca821a8a7dee0b3d2df1a45f1164264d31c26b4969a4d6a21dd1' readonly SOURCEBALL_SIGNINGKEY='14F26682D0916CDD81E37B6D61B7B526D98F0353' readonly FFVERSION=${FFMAJOR}.${FFMINOR}.${FFSUB} readonly SOURCEBALL=firefox-${FFVERSION}esr.source.tar.xz |