diff options
author | Mark H Weaver <mhw@netris.org> | 2021-08-09 14:38:29 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2021-08-09 14:38:29 -0400 |
commit | 3e403f023e19f70e3a2dbeed1be02050ea766ffb (patch) | |
tree | 860870f4e77e0ebb6c0f26f4d9563544a4bd190f /makeicecat | |
parent | b1cddc13149014362a984902cc0cbe4fba28cf05 (diff) |
Update to 78.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=78 -readonly FFMINOR=12 +readonly FFMINOR=13 readonly FFSUB=0 readonly GNUVERSION=1 -readonly SOURCEBALL_CHECKSUM='8b55a8b8254ddde03db83f44c9fecfc4ae86ea126b5445a0355d915830bd7410' +readonly SOURCEBALL_CHECKSUM='19f9a9e2c2473cb37d57a49a1b2661a8236c4930df9b251d5e9ae274292b4f6c' readonly SOURCEBALL_SIGNINGKEY='14F26682D0916CDD81E37B6D61B7B526D98F0353' readonly FFVERSION=${FFMAJOR}.${FFMINOR}.${FFSUB} readonly SOURCEBALL=firefox-${FFVERSION}esr.source.tar.xz |