diff options
author | Mark H Weaver <mhw@netris.org> | 2023-05-09 02:30:56 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2023-05-09 02:30:56 -0400 |
commit | 5a1894fc966840dc242110ec0459471c637a4675 (patch) | |
tree | 8460ec02b30f2228323e6002023b07b2a8d5193c /makeicecat | |
parent | 15c6c2229a053cdcc064eda89cee07f18efac35d (diff) |
Update to 102.11.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=10 +readonly FFMINOR=11 readonly FFSUB=0 readonly GNUVERSION=1 -readonly SOURCEBALL_CHECKSUM='8c6954dfbc22cedb77a49092d84cbc43c84bf22ebe7fd0b8874c1ada7b0afbf8' +readonly SOURCEBALL_CHECKSUM='e7f120e7967ea283909c1ec7cfdbf422bba515163842e739bfa1a608808cce33' readonly SOURCEBALL_SIGNINGKEY='14F26682D0916CDD81E37B6D61B7B526D98F0353' readonly FFVERSION=${FFMAJOR}.${FFMINOR}.${FFSUB} readonly SOURCEBALL=firefox-${FFVERSION}esr.source.tar.xz |