diff options
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=7 +readonly FFMINOR=8 readonly FFSUB=0 readonly GNUVERSION=1 -readonly SOURCEBALL_CHECKSUM='9c3ae9abe1ef10d66d64cbbee96ba2c16840098de8fe0285959f04160d0fee5a' +readonly SOURCEBALL_CHECKSUM='d483a853cbf5c7f93621093432e3dc0b7ed847f2a5318b964828d19f9f087f3a' readonly SOURCEBALL_SIGNINGKEY='14F26682D0916CDD81E37B6D61B7B526D98F0353' readonly FFVERSION=${FFMAJOR}.${FFMINOR}.${FFSUB} readonly SOURCEBALL=firefox-${FFVERSION}esr.source.tar.xz |