diff options
author | Mark H Weaver <mhw@netris.org> | 2024-11-25 20:21:06 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2024-11-25 20:24:01 -0500 |
commit | 21732b4ee88ac55f266cc1e83f2c98514eba9ae9 (patch) | |
tree | 751fc70163c6cf9d6d7818c5e743783a8ffd661c | |
parent | a70807983971f3459f6e397fb80e66bd6b7bc158 (diff) |
Update to 115.18.0-1.v115.18.0-gnu1
* makeicecat: Update FFMINOR and SOURCEBALL_CHECKSUM.
-rwxr-xr-x | makeicecat | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -22,11 +22,11 @@ # metadata readonly FFMAJOR=115 -readonly FFMINOR=17 +readonly FFMINOR=18 readonly FFSUB=0 readonly FFBUILD=1 readonly GNUVERSION=1 -readonly SOURCEBALL_CHECKSUM='80f184a102a743ee75401e86dd86af0be5f1e5ebf07c81119d9ca77422d716c3' +readonly SOURCEBALL_CHECKSUM='2a79174f743caa1bffcc6f4e95e4642b0f36ab24cfa94e4dca0663e0d45c344c' readonly SOURCEBALL_SIGNINGKEY='14F26682D0916CDD81E37B6D61B7B526D98F0353' readonly FFVERSION=${FFMAJOR}.${FFMINOR}.${FFSUB} readonly SOURCEBALL=firefox-${FFVERSION}esr.source.tar.xz |