diff options
author | Mark H Weaver <mhw@netris.org> | 2021-03-22 06:45:06 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2021-03-22 06:45:44 -0400 |
commit | 8b54aee6bd0c39f043bbba7a654870e032a910bc (patch) | |
tree | 5841a2f349256d1f0186689e48ed86e7d6af801f /makeicecat | |
parent | d5df5618fbf6f6ea0c49b6bfdcb098846d2cd777 (diff) |
Update to 78.9.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=78 -readonly FFMINOR=8 +readonly FFMINOR=9 readonly FFSUB=0 readonly GNUVERSION=1 -readonly SOURCEBALL_CHECKSUM='1cf2dfdee2e31fd0a5ecced6275a33fa11bee1d2a7c65e23350b26992584a110' +readonly SOURCEBALL_CHECKSUM='8e03ac1dfc5ac804c8b13a529414a9387e0425e545bb2f4462d74c3175e64864' readonly SOURCEBALL_SIGNINGKEY='14F26682D0916CDD81E37B6D61B7B526D98F0353' readonly FFVERSION=${FFMAJOR}.${FFMINOR}.${FFSUB} readonly SOURCEBALL=firefox-${FFVERSION}esr.source.tar.xz |