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=9 -readonly FFSUB=1 +readonly FFMINOR=10 +readonly FFSUB=0 readonly GNUVERSION=1 -readonly SOURCEBALL_CHECKSUM='090e7f4d79e4373c2a0f286e1e8099ff642ee7611138ceeedcece2e4e5abb560' +readonly SOURCEBALL_CHECKSUM='825a8cb38bb5da9821ef87cc6de64af007cf0faef07c4ed0651283b56a0ee1bb' readonly SOURCEBALL_SIGNINGKEY='14F26682D0916CDD81E37B6D61B7B526D98F0353' readonly FFVERSION=${FFMAJOR}.${FFMINOR}.${FFSUB} readonly SOURCEBALL=firefox-${FFVERSION}esr.source.tar.xz |