diff options
author | Mark H Weaver <mhw@netris.org> | 2024-07-08 12:17:57 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2024-07-08 12:17:57 -0400 |
commit | 30e0b71ee2c6ab4dd1dff19d40dc32965ea121b5 (patch) | |
tree | 1b6c14201525377efeb80b20a5efb599312ae490 /makeicecat | |
parent | f200ffe88821f66234591096bcbe87b0c11f8da0 (diff) |
Update to 115.13.0-3.
* makeicecat: Update FFMINOR, FFBUILD, 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=12 +readonly FFMINOR=13 readonly FFSUB=0 -readonly FFBUILD=1 +readonly FFBUILD=3 readonly GNUVERSION=1 -readonly SOURCEBALL_CHECKSUM='b59e1625a0bb2f0565a737394f2bf8a7ce3171314b0d871bde533a101847a8ef' +readonly SOURCEBALL_CHECKSUM='3fa20d1897100684d2560a193a48d4a413f31e61f2ed134713d607c5f30d5d5c' readonly SOURCEBALL_SIGNINGKEY='14F26682D0916CDD81E37B6D61B7B526D98F0353' readonly FFVERSION=${FFMAJOR}.${FFMINOR}.${FFSUB} readonly SOURCEBALL=firefox-${FFVERSION}esr.source.tar.xz |