diff options
author | Mark H Weaver <mhw@netris.org> | 2022-03-06 22:58:58 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2022-03-06 22:58:58 -0500 |
commit | 63c47b0424a09738f45d45f30dbc30b7d6c5a41d (patch) | |
tree | 22031ad075c38038114e0825773c1a9d7f8b913c | |
parent | 6c4accb674d2df8be0aabfa03f7679f66bbf70f5 (diff) |
Update to 91.6.1.
* makeicecat: Update FFSUB and SOURCEBALL_CHECKSUM.
-rwxr-xr-x | makeicecat | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -23,9 +23,9 @@ # metadata readonly FFMAJOR=91 readonly FFMINOR=6 -readonly FFSUB=0 +readonly FFSUB=1 readonly GNUVERSION=1 -readonly SOURCEBALL_CHECKSUM='7e802832152c39588b9a5c8392e90c1b00036bf948fa4a97a7af0d1435ba09a1' +readonly SOURCEBALL_CHECKSUM='f9d8e011b761537a374696df09cae7a896c6ac01c41683c7ac234d73634b65df' readonly SOURCEBALL_SIGNINGKEY='14F26682D0916CDD81E37B6D61B7B526D98F0353' readonly FFVERSION=${FFMAJOR}.${FFMINOR}.${FFSUB} readonly SOURCEBALL=firefox-${FFVERSION}esr.source.tar.xz |