diff options
author | Mark H Weaver <mhw@netris.org> | 2025-09-14 23:55:21 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2025-09-15 00:02:22 -0400 |
commit | 30abc08d7f6688da0d74a2748a5ec7d11d706a21 (patch) | |
tree | 8adfa2d2ba097eac905b037cf2951f73da2909c1 /makeicecat | |
parent | c90ef5ebc0d07dd24fce626a836d0bf01a4b173f (diff) | |
download | gnuzilla-30abc08d7f6688da0d74a2748a5ec7d11d706a21.tar.gz |
Update to 140.3.0-1.
* makeicecat: Update FFMINOR and SOURCEBALL_CHECKSUM. Adjust comments.
Diffstat (limited to 'makeicecat')
-rwxr-xr-x | makeicecat | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -22,12 +22,11 @@ # metadata readonly FFMAJOR=140 -readonly FFMINOR=2 +readonly FFMINOR=3 readonly FFSUB=0 readonly FFBUILD=1 readonly GNUVERSION=1 -# SHA-256 -readonly SOURCEBALL_CHECKSUM='956dce675c3b706d563caf07ed3ca9af632ab830be710dfd4351da78a0a2ef55' +readonly SOURCEBALL_CHECKSUM='efc6eb3c93756311bd2f9db3796c0bbee6e3f182975d857284168b3dec672316' readonly SOURCEBALL_SIGNINGKEY='14F26682D0916CDD81E37B6D61B7B526D98F0353' readonly FFVERSION=${FFMAJOR}.${FFMINOR}.${FFSUB} readonly SOURCEBALL=firefox-${FFVERSION}esr.source.tar.xz @@ -42,7 +41,8 @@ readonly LIST_URL=lists.gnu.org/mailman/listinfo/bug-gnuzilla # l10n readonly L10N_URL=https://github.com/mozilla-l10n/firefox-l10n -readonly L10N_REV=a0c1ffda4ed19c0399e4175610361179e09829de +# for L10N_REV, use the commit specified in browser/locales/l10n-changesets.json +readonly L10N_REV=64046fdc97c1b1886a479dead61e6dc5428ae6e6 readonly L10N_CMP_URL=https://github.com/mozilla/compare-locales readonly L10N_CMP_REV=RELEASE_9_0_4 readonly L10N_PREFS_DIR=browser/chrome/browser/preferences |