diff options
author | Mark H Weaver <mhw@netris.org> | 2022-05-30 18:09:05 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2022-05-30 18:09:05 -0400 |
commit | 4c39c619daf344f36962d958d809f6d42d3fce4e (patch) | |
tree | fe698e19ff99df530153e4cf00a2c2585c0d73e1 /makeicecat | |
parent | c5a087823119d3e3109cca9cab222ee926d7a2a2 (diff) |
Update to 91.10.0.
* makeicecat: Update FFMINOR, FFSUB, and SOURCEBALL_CHECKSUM.
Diffstat (limited to 'makeicecat')
-rwxr-xr-x | makeicecat | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -22,10 +22,10 @@ # metadata readonly FFMAJOR=91 -readonly FFMINOR=9 -readonly FFSUB=1 +readonly FFMINOR=10 +readonly FFSUB=0 readonly GNUVERSION=1 -readonly SOURCEBALL_CHECKSUM='090e7f4d79e4373c2a0f286e1e8099ff642ee7611138ceeedcece2e4e5abb560' +readonly SOURCEBALL_CHECKSUM='825a8cb38bb5da9821ef87cc6de64af007cf0faef07c4ed0651283b56a0ee1bb' readonly SOURCEBALL_SIGNINGKEY='14F26682D0916CDD81E37B6D61B7B526D98F0353' readonly FFVERSION=${FFMAJOR}.${FFMINOR}.${FFSUB} readonly SOURCEBALL=firefox-${FFVERSION}esr.source.tar.xz |