diff options
author | Mark H Weaver <mhw@netris.org> | 2024-05-13 21:31:35 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2024-05-13 21:31:35 -0400 |
commit | 5107c173217a594c52c6c301be62a4dc603b3f6f (patch) | |
tree | cca9e22d937f07265103d336a6d68707b36eb950 /makeicecat | |
parent | 40e114e5e8fd0b4d3621d6c8aebf0c78100578f2 (diff) |
Update to 115.11.0-1.
* 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=10 +readonly FFMINOR=11 readonly FFSUB=0 readonly FFBUILD=1 readonly GNUVERSION=1 -readonly SOURCEBALL_CHECKSUM='0afd3c733d95f7047f258d1a9768d06d856217fe736d85bfb370db9dd926eef2' +readonly SOURCEBALL_CHECKSUM='16be46f16a356a2b8bd3541805a24c8a2acf6f077cf8a65859689685c26025e0' readonly SOURCEBALL_SIGNINGKEY='14F26682D0916CDD81E37B6D61B7B526D98F0353' readonly FFVERSION=${FFMAJOR}.${FFMINOR}.${FFSUB} readonly SOURCEBALL=firefox-${FFVERSION}esr.source.tar.xz |