diff options
author | Mark H Weaver <mhw@netris.org> | 2024-10-29 15:31:33 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2024-10-29 15:31:33 -0400 |
commit | a0b1a124e8e063a35389e1f20653047f37ca069b (patch) | |
tree | 125a9699500b5dd4d9f930ead27533bed666692e | |
parent | 2a76759a6220e9eeb9037671140b5574d6d1981e (diff) |
Update to 115.17.0-1.v115.17.0-gnu1
* makeicecat: Update FFMINOR, FFSUB, and SOURCEBALL_CHECKSUM.
-rwxr-xr-x | makeicecat | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -22,11 +22,11 @@ # metadata readonly FFMAJOR=115 -readonly FFMINOR=16 -readonly FFSUB=1 +readonly FFMINOR=17 +readonly FFSUB=0 readonly FFBUILD=1 readonly GNUVERSION=1 -readonly SOURCEBALL_CHECKSUM='c3bb5a210738ca0f8cd26aa53fc4a07560db079c06cd0421cf35af4035029367' +readonly SOURCEBALL_CHECKSUM='80f184a102a743ee75401e86dd86af0be5f1e5ebf07c81119d9ca77422d716c3' readonly SOURCEBALL_SIGNINGKEY='14F26682D0916CDD81E37B6D61B7B526D98F0353' readonly FFVERSION=${FFMAJOR}.${FFMINOR}.${FFSUB} readonly SOURCEBALL=firefox-${FFVERSION}esr.source.tar.xz |