diff options
author | Mark H Weaver <mhw@netris.org> | 2024-04-16 14:34:21 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2024-04-16 14:35:02 -0400 |
commit | 40e114e5e8fd0b4d3621d6c8aebf0c78100578f2 (patch) | |
tree | 86bef2fa23fc03af2eee8ba7bd1399df975a5d7a /makeicecat | |
parent | a59b8a2c2e4c8b8de47b3ae4d10032154a47a01e (diff) |
Update to 115.10.0-1.
* 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=9 -readonly FFSUB=1 +readonly FFMINOR=10 +readonly FFSUB=0 readonly FFBUILD=1 readonly GNUVERSION=1 -readonly SOURCEBALL_CHECKSUM='23657808bfefb8ba33a191645d4df776d5b8d99d453edde32b785d2a8846f929' +readonly SOURCEBALL_CHECKSUM='0afd3c733d95f7047f258d1a9768d06d856217fe736d85bfb370db9dd926eef2' readonly SOURCEBALL_SIGNINGKEY='14F26682D0916CDD81E37B6D61B7B526D98F0353' readonly FFVERSION=${FFMAJOR}.${FFMINOR}.${FFSUB} readonly SOURCEBALL=firefox-${FFVERSION}esr.source.tar.xz |