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=115 -readonly FFMINOR=3 -readonly FFSUB=1 +readonly FFMINOR=4 +readonly FFSUB=0 readonly GNUVERSION=1 -readonly SOURCEBALL_CHECKSUM='7dda256e49ca054f72d495914a2d82533518d4472e06f45f85ed763897aa1e53' +readonly SOURCEBALL_CHECKSUM='c31fdbf3a31b09f91b39fe45e084599a25f9644d3a615f263ac10189cd42ae59' readonly SOURCEBALL_SIGNINGKEY='14F26682D0916CDD81E37B6D61B7B526D98F0353' readonly FFVERSION=${FFMAJOR}.${FFMINOR}.${FFSUB} readonly SOURCEBALL=firefox-${FFVERSION}esr.source.tar.xz |