diff options
author | Mark H Weaver <mhw@netris.org> | 2023-06-05 05:33:57 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2023-06-05 05:33:57 -0400 |
commit | b2d463b0e331795eebe3ee62f2c58c1bd05b9899 (patch) | |
tree | f1421d2a3b11ec28e584954b4976ac6d6181d15e | |
parent | 5a1894fc966840dc242110ec0459471c637a4675 (diff) |
Update to 102.12.0.
* makeicecat: Update FFMINOR and SOURCEBALL_CHECKSUM.
-rwxr-xr-x | makeicecat | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -22,10 +22,10 @@ # metadata readonly FFMAJOR=102 -readonly FFMINOR=11 +readonly FFMINOR=12 readonly FFSUB=0 readonly GNUVERSION=1 -readonly SOURCEBALL_CHECKSUM='e7f120e7967ea283909c1ec7cfdbf422bba515163842e739bfa1a608808cce33' +readonly SOURCEBALL_CHECKSUM='d7296d0e6cf572a5604498d19801faf274ba64b195add5231e90cf8edacd31a1' readonly SOURCEBALL_SIGNINGKEY='14F26682D0916CDD81E37B6D61B7B526D98F0353' readonly FFVERSION=${FFMAJOR}.${FFMINOR}.${FFSUB} readonly SOURCEBALL=firefox-${FFVERSION}esr.source.tar.xz |