diff options
author | Mark H Weaver <mhw@netris.org> | 2024-08-06 11:28:03 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2024-08-06 11:28:03 -0400 |
commit | 4bd4d4948f2db495872ee11a8a7b0dd30549656c (patch) | |
tree | 22785b181d0059a001f21745ccc273de1ca6a383 /makeicecat | |
parent | b2539265bcecd13abf59318c8a844b9c645e5948 (diff) |
Update to 115.14.0-2.v115.14.0-gnu1
* 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=13 +readonly FFMINOR=14 readonly FFSUB=0 -readonly FFBUILD=3 +readonly FFBUILD=2 readonly GNUVERSION=1 -readonly SOURCEBALL_CHECKSUM='3fa20d1897100684d2560a193a48d4a413f31e61f2ed134713d607c5f30d5d5c' +readonly SOURCEBALL_CHECKSUM='8955e1b5db83200a70c6dea4b614e19328d92b406ec9a1bde2ea86333a74dab4' readonly SOURCEBALL_SIGNINGKEY='14F26682D0916CDD81E37B6D61B7B526D98F0353' readonly FFVERSION=${FFMAJOR}.${FFMINOR}.${FFSUB} readonly SOURCEBALL=firefox-${FFVERSION}esr.source.tar.xz |