diff options
author | Mark H Weaver <mhw@netris.org> | 2024-09-02 15:11:32 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2024-09-02 15:11:32 -0400 |
commit | 53ca891e1aac86153b65a12af97eef9752503313 (patch) | |
tree | 258634b792269f3941b11e01750efa5f4762f808 | |
parent | 4bd4d4948f2db495872ee11a8a7b0dd30549656c (diff) |
Update to 115.15.0-1.v115.15.0-gnu1
* makeicecat: Update FFMINOR, FFBUILD, and SOURCEBALL_CHECKSUM.
-rwxr-xr-x | makeicecat | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -22,11 +22,11 @@ # metadata readonly FFMAJOR=115 -readonly FFMINOR=14 +readonly FFMINOR=15 readonly FFSUB=0 -readonly FFBUILD=2 +readonly FFBUILD=1 readonly GNUVERSION=1 -readonly SOURCEBALL_CHECKSUM='8955e1b5db83200a70c6dea4b614e19328d92b406ec9a1bde2ea86333a74dab4' +readonly SOURCEBALL_CHECKSUM='effed92aa0d961871614c611259dfe3eab72e5ebfe8f2405f9bc92c5e7feae81' readonly SOURCEBALL_SIGNINGKEY='14F26682D0916CDD81E37B6D61B7B526D98F0353' readonly FFVERSION=${FFMAJOR}.${FFMINOR}.${FFSUB} readonly SOURCEBALL=firefox-${FFVERSION}esr.source.tar.xz |