diff options
author | Mark H Weaver <mhw@netris.org> | 2022-12-13 02:19:50 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2022-12-13 02:19:50 -0500 |
commit | b6260130b9808f550bdb35061af2d7962109a181 (patch) | |
tree | 57edd299323a0ae228bf437f5433d0c4c8fec5e0 /makeicecat | |
parent | a8848cb35e4e47a344d40596f72d82d57bf5a6f1 (diff) |
Update to 102.6.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=5 +readonly FFMINOR=6 readonly FFSUB=0 readonly GNUVERSION=1 -readonly SOURCEBALL_CHECKSUM='017dd44b1285913f477074802707a4c76ed1a28270ec5a327bbb76574cc057d8' +readonly SOURCEBALL_CHECKSUM='d23154a4d876d76122161e7be2659de6e88985802d9e5125baf1d133f37f0ffe' readonly SOURCEBALL_SIGNINGKEY='14F26682D0916CDD81E37B6D61B7B526D98F0353' readonly FFVERSION=${FFMAJOR}.${FFMINOR}.${FFSUB} readonly SOURCEBALL=firefox-${FFVERSION}esr.source.tar.xz |