diff options
Diffstat (limited to 'makeicecat')
-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 |