diff options
author | Mark H Weaver <mhw@netris.org> | 2025-07-20 17:16:47 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2025-07-20 17:16:47 -0400 |
commit | b73acfe395ea849fcd15c9886a7f4631f2b6f82b (patch) | |
tree | b0ec01e614ca34b0957512a372e7136e557028f8 /makeicecat | |
parent | c147f5b3d349519a3f42149a97204ecb1e90dba7 (diff) |
Update to 128.13.0-1.v128.13.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=128 -readonly FFMINOR=12 +readonly FFMINOR=13 readonly FFSUB=0 readonly FFBUILD=1 readonly GNUVERSION=1 -readonly SOURCEBALL_CHECKSUM='2bedeb86c6cb16cd3fce88d42ae4e245bafe2c6e9221ba8e445b8e02e89d973f' +readonly SOURCEBALL_CHECKSUM='a4aad0a9aefae5f14ff68fd9854d4af54d04b341a54b1a6465555f0b635042f4' readonly SOURCEBALL_SIGNINGKEY='14F26682D0916CDD81E37B6D61B7B526D98F0353' readonly FFVERSION=${FFMAJOR}.${FFMINOR}.${FFSUB} readonly SOURCEBALL=firefox-${FFVERSION}esr.source.tar.xz |