diff options
author | Mark H Weaver <mhw@netris.org> | 2022-10-19 22:16:28 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2022-10-19 22:16:28 -0400 |
commit | 8f1aa117ddca6e8cd0114265fb4ca9b5a927565a (patch) | |
tree | fdf915913bb7b5f7d482865d252f069f9f837f94 /makeicecat | |
parent | 10bd9dafbd9ce466720ff9539d91a3f96f482b56 (diff) |
Update to 102.4.0.
* makeicecat: Update FFMINOR and SOURCEBALL_CHECKSUM.
Diffstat (limited to 'makeicecat')
-rwxr-xr-x | makeicecat | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -22,10 +22,10 @@ # metadata readonly FFMAJOR=102 -readonly FFMINOR=3 +readonly FFMINOR=4 readonly FFSUB=0 readonly GNUVERSION=1 -readonly SOURCEBALL_CHECKSUM='308e23b6dcf964e342cf95fd0c8a386127371b620a489ae26e537d728341b55a' +readonly SOURCEBALL_CHECKSUM='e79f0ddd4914dfbff61c5eea7ff28ad2dd12ecfbf3d63a41dab57d50171d904e' readonly SOURCEBALL_SIGNINGKEY='14F26682D0916CDD81E37B6D61B7B526D98F0353' readonly FFVERSION=${FFMAJOR}.${FFMINOR}.${FFSUB} readonly SOURCEBALL=firefox-${FFVERSION}esr.source.tar.xz |