diff options
Diffstat (limited to 'makeicecat')
-rwxr-xr-x | makeicecat | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -22,10 +22,10 @@ # metadata readonly FFMAJOR=91 -readonly FFMINOR=6 -readonly FFSUB=1 +readonly FFMINOR=7 +readonly FFSUB=0 readonly GNUVERSION=1 -readonly SOURCEBALL_CHECKSUM='f9d8e011b761537a374696df09cae7a896c6ac01c41683c7ac234d73634b65df' +readonly SOURCEBALL_CHECKSUM='9c3ae9abe1ef10d66d64cbbee96ba2c16840098de8fe0285959f04160d0fee5a' readonly SOURCEBALL_SIGNINGKEY='14F26682D0916CDD81E37B6D61B7B526D98F0353' readonly FFVERSION=${FFMAJOR}.${FFMINOR}.${FFSUB} readonly SOURCEBALL=firefox-${FFVERSION}esr.source.tar.xz |