diff options
author | Mark H Weaver <mhw@netris.org> | 2023-10-03 15:36:40 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2023-10-03 15:36:40 -0400 |
commit | 1b0f0ba84716023657dd7dff72cb408e35380a60 (patch) | |
tree | d7f258377e3596023531a3ffe2e4257b38f9813b | |
parent | 3486a3e29280093102e11411d4f05987133ba789 (diff) |
Update to 115.3.1.
* makeicecat: Update FFSUB and SOURCEBALL_CHECKSUM.
-rwxr-xr-x | makeicecat | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -23,9 +23,9 @@ # metadata readonly FFMAJOR=115 readonly FFMINOR=3 -readonly FFSUB=0 +readonly FFSUB=1 readonly GNUVERSION=1 -readonly SOURCEBALL_CHECKSUM='8a1dc50b3d81df3b8ee8ef191551a355c9b139f09688a3fb61234b2f6d7670ca' +readonly SOURCEBALL_CHECKSUM='7dda256e49ca054f72d495914a2d82533518d4472e06f45f85ed763897aa1e53' readonly SOURCEBALL_SIGNINGKEY='14F26682D0916CDD81E37B6D61B7B526D98F0353' readonly FFVERSION=${FFMAJOR}.${FFMINOR}.${FFSUB} readonly SOURCEBALL=firefox-${FFVERSION}esr.source.tar.xz |