diff options
author | Mark H Weaver <mhw@netris.org> | 2023-07-04 08:27:16 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2023-07-04 08:27:16 -0400 |
commit | 8c8a8ecc9322b0954e3d51f661866dbde1e6b1c3 (patch) | |
tree | ba17ac406b127713658bdf717182fd46389a46d3 | |
parent | b2d463b0e331795eebe3ee62f2c58c1bd05b9899 (diff) |
Update to 102.13.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=12 +readonly FFMINOR=13 readonly FFSUB=0 readonly GNUVERSION=1 -readonly SOURCEBALL_CHECKSUM='d7296d0e6cf572a5604498d19801faf274ba64b195add5231e90cf8edacd31a1' +readonly SOURCEBALL_CHECKSUM='fc3fab3de4bf65d1ec7fc30ae776144097b70a35d37c36663e11ffa618c13a2c' readonly SOURCEBALL_SIGNINGKEY='14F26682D0916CDD81E37B6D61B7B526D98F0353' readonly FFVERSION=${FFMAJOR}.${FFMINOR}.${FFSUB} readonly SOURCEBALL=firefox-${FFVERSION}esr.source.tar.xz |