diff options
author | Mark H Weaver <mhw@netris.org> | 2022-09-19 17:57:22 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2022-09-19 18:06:06 -0400 |
commit | f82b5b40943fe7723486fadccb48d454ee3e9dad (patch) | |
tree | 9a3cbe30facbedc85d864b120722aa7b338d76bf /makeicecat | |
parent | 4ede4c611b33ce80acd6ab414735697632765407 (diff) |
Update to 102.3.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=102 -readonly FFMINOR=2 +readonly FFMINOR=3 readonly FFSUB=0 readonly GNUVERSION=1 -readonly SOURCEBALL_CHECKSUM='014d91d14ab4f53e93728273b45ac6022813d5ade35f842e722bf87b747c97ff' +readonly SOURCEBALL_CHECKSUM='308e23b6dcf964e342cf95fd0c8a386127371b620a489ae26e537d728341b55a' readonly SOURCEBALL_SIGNINGKEY='14F26682D0916CDD81E37B6D61B7B526D98F0353' readonly FFVERSION=${FFMAJOR}.${FFMINOR}.${FFSUB} readonly SOURCEBALL=firefox-${FFVERSION}esr.source.tar.xz |