diff options
author | Mark H Weaver <mhw@netris.org> | 2025-05-19 09:47:07 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2025-05-19 09:47:07 -0400 |
commit | f14d1533205b50f5804bb26b454ccdb38cc95c60 (patch) | |
tree | 908afd872d6893fbe7f732c038c2d62fa714c5a1 /makeicecat | |
parent | e6eb57eaa1b8b262a7027f1c3a6f7bcf9a0dae00 (diff) |
Update to 115.23.1-1.v115.23.1-gnu1
* makeicecat: Update FFSUB and SOURCEBALL_CHECKSUM.
Diffstat (limited to 'makeicecat')
-rwxr-xr-x | makeicecat | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -23,10 +23,10 @@ # metadata readonly FFMAJOR=115 readonly FFMINOR=23 -readonly FFSUB=0 +readonly FFSUB=1 readonly FFBUILD=1 readonly GNUVERSION=1 -readonly SOURCEBALL_CHECKSUM='55d8883e7df92559ec09312cf3f5d747120027b9e4cd161aadf44c9faad91ff7' +readonly SOURCEBALL_CHECKSUM='3b952feaeacfaeb1facc624bb2ffb95974ca27e55b447b49d36ea047a7832ee1' readonly SOURCEBALL_SIGNINGKEY='14F26682D0916CDD81E37B6D61B7B526D98F0353' readonly FFVERSION=${FFMAJOR}.${FFMINOR}.${FFSUB} readonly SOURCEBALL=firefox-${FFVERSION}esr.source.tar.xz |