diff options
author | Mark H Weaver <mhw@netris.org> | 2022-08-22 17:58:32 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2022-08-22 17:58:32 -0400 |
commit | 4a87716686104266a9cccc2d83cc249e312f3673 (patch) | |
tree | a2f1e757d06a70c90a76d0b569f2fb40679e0ceb /makeicecat | |
parent | 298024d727053a1609df4003fb4438836d5181f4 (diff) |
Update to 91.13.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=91 -readonly FFMINOR=12 +readonly FFMINOR=13 readonly FFSUB=0 readonly GNUVERSION=1 -readonly SOURCEBALL_CHECKSUM='6c0b8ff1826885eeace19ec87ae9e5a6512284d4863930713c8a288a03832b5c' +readonly SOURCEBALL_CHECKSUM='53be2bcde0b5ee3ec106bd8ba06b8ae95e7d489c484e881dfbe5360e4c920762' readonly SOURCEBALL_SIGNINGKEY='14F26682D0916CDD81E37B6D61B7B526D98F0353' readonly FFVERSION=${FFMAJOR}.${FFMINOR}.${FFSUB} readonly SOURCEBALL=firefox-${FFVERSION}esr.source.tar.xz |