diff options
author | Mark H Weaver <mhw@netris.org> | 2023-08-30 07:37:51 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2023-08-30 07:37:51 -0400 |
commit | 400fbfdbc0c1ac9c68c9f52fd2ab6899bc8e8bd0 (patch) | |
tree | f116b7b634d8bc5efbf39796c49b24bf98513c8e /makeicecat | |
parent | ac19d793c76732f9e5623e25fbf31287255a4ae7 (diff) |
Update to 102.15.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=14 +readonly FFMINOR=15 readonly FFSUB=0 readonly GNUVERSION=1 -readonly SOURCEBALL_CHECKSUM='1ab85081c08a472cfd869873dba0e76ae6d9e83c1b8f23741e4c9d5471a5efee' +readonly SOURCEBALL_CHECKSUM='81fa590408f5a3af8f004d839ac47fb4121e05fe717334445cec9ca55d8746af' readonly SOURCEBALL_SIGNINGKEY='14F26682D0916CDD81E37B6D61B7B526D98F0353' readonly FFVERSION=${FFMAJOR}.${FFMINOR}.${FFSUB} readonly SOURCEBALL=firefox-${FFVERSION}esr.source.tar.xz |