diff options
author | Mark H Weaver <mhw@netris.org> | 2025-03-31 13:02:22 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2025-03-31 13:02:22 -0400 |
commit | 541e7be30f8ccd36598ce46d815384eaccfe8c11 (patch) | |
tree | dd8e08a4d25928b9646230e8c68caca92e4c520d | |
parent | f43fda586d9542f5b7d12b9d8099a6671bbeb7f2 (diff) |
Update to 115.22.0-2.v115.22.0-gnu1
* makeicecat: Update FFMINOR, FFBUILD, and SOURCEBALL_CHECKSUM.
-rwxr-xr-x | makeicecat | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -22,11 +22,11 @@ # metadata readonly FFMAJOR=115 -readonly FFMINOR=21 +readonly FFMINOR=22 readonly FFSUB=0 -readonly FFBUILD=1 +readonly FFBUILD=2 readonly GNUVERSION=1 -readonly SOURCEBALL_CHECKSUM='ff118b1d6d17cefe8eef08bba74ae0d47939010d21afdbaadd8859fd4016b674' +readonly SOURCEBALL_CHECKSUM='f57b6507ab1db52183df2aadb1fd81d9f0108b185226d1bac6205b7d7d3005b3' readonly SOURCEBALL_SIGNINGKEY='14F26682D0916CDD81E37B6D61B7B526D98F0353' readonly FFVERSION=${FFMAJOR}.${FFMINOR}.${FFSUB} readonly SOURCEBALL=firefox-${FFVERSION}esr.source.tar.xz |