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