diff options
author | Mark H Weaver <mhw@netris.org> | 2025-05-26 13:48:02 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2025-05-26 13:48:02 -0400 |
commit | b1da0f01591182b43e179451ce2484d0fee88dd8 (patch) | |
tree | abe5459da3d12fa02aee2cdf20d4154b1bd06500 /makeicecat | |
parent | f14d1533205b50f5804bb26b454ccdb38cc95c60 (diff) |
Update to 115.24.0-1.v115.24.0-gnu1
* makeicecat: Update FFMINOR, FFSUB, and SOURCEBALL_CHECKSUM.
Diffstat (limited to 'makeicecat')
-rwxr-xr-x | makeicecat | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -22,11 +22,11 @@ # metadata readonly FFMAJOR=115 -readonly FFMINOR=23 -readonly FFSUB=1 +readonly FFMINOR=24 +readonly FFSUB=0 readonly FFBUILD=1 readonly GNUVERSION=1 -readonly SOURCEBALL_CHECKSUM='3b952feaeacfaeb1facc624bb2ffb95974ca27e55b447b49d36ea047a7832ee1' +readonly SOURCEBALL_CHECKSUM='81b95a58160afbae72b45c58f818c6ce992f53547e5ea78efbb2c59e864e4200' readonly SOURCEBALL_SIGNINGKEY='14F26682D0916CDD81E37B6D61B7B526D98F0353' readonly FFVERSION=${FFMAJOR}.${FFMINOR}.${FFSUB} readonly SOURCEBALL=firefox-${FFVERSION}esr.source.tar.xz |