diff options
author | Mark H Weaver <mhw@netris.org> | 2023-07-31 19:18:28 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2023-07-31 19:18:28 -0400 |
commit | ac19d793c76732f9e5623e25fbf31287255a4ae7 (patch) | |
tree | 476f922b5d953dbcacc6c0433d68d682ec87ed1a /makeicecat | |
parent | 8c8a8ecc9322b0954e3d51f661866dbde1e6b1c3 (diff) |
Update to 102.14.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=13 +readonly FFMINOR=14 readonly FFSUB=0 readonly GNUVERSION=1 -readonly SOURCEBALL_CHECKSUM='fc3fab3de4bf65d1ec7fc30ae776144097b70a35d37c36663e11ffa618c13a2c' +readonly SOURCEBALL_CHECKSUM='1ab85081c08a472cfd869873dba0e76ae6d9e83c1b8f23741e4c9d5471a5efee' readonly SOURCEBALL_SIGNINGKEY='14F26682D0916CDD81E37B6D61B7B526D98F0353' readonly FFVERSION=${FFMAJOR}.${FFMINOR}.${FFSUB} readonly SOURCEBALL=firefox-${FFVERSION}esr.source.tar.xz |