diff options
author | Mark H Weaver <mhw@netris.org> | 2023-11-20 19:39:08 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2023-11-20 19:39:08 -0500 |
commit | bd66797f3bb057c9d051d4276d63843b4d7ee854 (patch) | |
tree | cd9dbe0a7149ef0c192f11c041bd1c6059f83930 /makeicecat | |
parent | 5b2ce0c4cefc73f996f260edfac368ecc3d86b24 (diff) |
Update to 115.5.0.
* makeicecat: Update FFMINOR and SOURCEBALL_CHECKSUM.
Diffstat (limited to 'makeicecat')
-rwxr-xr-x | makeicecat | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -22,10 +22,10 @@ # metadata readonly FFMAJOR=115 -readonly FFMINOR=4 +readonly FFMINOR=5 readonly FFSUB=0 readonly GNUVERSION=1 -readonly SOURCEBALL_CHECKSUM='c31fdbf3a31b09f91b39fe45e084599a25f9644d3a615f263ac10189cd42ae59' +readonly SOURCEBALL_CHECKSUM='db3f710209b74c0416834f76a9cfa42da65a833bf7cf79116ff2c43c4946a728' readonly SOURCEBALL_SIGNINGKEY='14F26682D0916CDD81E37B6D61B7B526D98F0353' readonly FFVERSION=${FFMAJOR}.${FFMINOR}.${FFSUB} readonly SOURCEBALL=firefox-${FFVERSION}esr.source.tar.xz |