diff options
author | Mark H Weaver <mhw@netris.org> | 2025-03-03 15:51:41 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2025-03-03 15:51:41 -0500 |
commit | f43fda586d9542f5b7d12b9d8099a6671bbeb7f2 (patch) | |
tree | 9a56c491edbed3f5d0ee962a913dbe6356da30d0 /makeicecat | |
parent | 5a88d83ae19647d808f46fc6cdbbc750fca4e86e (diff) |
Update to 115.21.0-1.v115.21.0-gnu1
* makeicecat: Update FFMINOR and SOURCEBALL_CHECKSUM.
Diffstat (limited to 'makeicecat')
-rwxr-xr-x | makeicecat | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -22,11 +22,11 @@ # metadata readonly FFMAJOR=115 -readonly FFMINOR=20 +readonly FFMINOR=21 readonly FFSUB=0 readonly FFBUILD=1 readonly GNUVERSION=1 -readonly SOURCEBALL_CHECKSUM='bd893c7ce04e23aa17c48ebcbbb43c0911e03fbc5fb8660e9085d798d6a1c8b1' +readonly SOURCEBALL_CHECKSUM='ff118b1d6d17cefe8eef08bba74ae0d47939010d21afdbaadd8859fd4016b674' readonly SOURCEBALL_SIGNINGKEY='14F26682D0916CDD81E37B6D61B7B526D98F0353' readonly FFVERSION=${FFMAJOR}.${FFMINOR}.${FFSUB} readonly SOURCEBALL=firefox-${FFVERSION}esr.source.tar.xz |