From fe1dae35f581e288719ae9ab55f59cfc9b0bcd9b Mon Sep 17 00:00:00 2001 From: david Date: Tue, 11 Feb 2025 10:24:19 +0100 Subject: [PATCH 1/2] Thunderbird: Update to 128.6.1 --- thunderbird.be0 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/thunderbird.be0 b/thunderbird.be0 index 43bcd7b95..676d16374 100755 --- a/thunderbird.be0 +++ b/thunderbird.be0 @@ -2,22 +2,22 @@ #export BEE_TMP_TMPDIR=/scratch/local2 BEE_TMP_BUILDROOT=/scratch/local2/bee-root BEE_MAKEFLAGS='-j80' -# BEE_VERSION thunderbird-128.4.3-0 +# BEE_VERSION thunderbird-128.6.1-0 #SRCURL[0]="https://ftp.mozilla.org/pub/thunderbird/releases/${PKGVERSION}esr/source/thunderbird-${PKGVERSION}esr.source.tar.xz" -SRCURL[0]="https://beehive.molgen.mpg.de/2334b343b9bb5a2f002c086e6e2012a6/thunderbird-128.4.3esr.source.tar.xz" +SRCURL[0]="https://beehive.molgen.mpg.de/d02042dabe091ba776936d05017c6a3c/thunderbird-128.6.1esr.source.tar.xz" # build_in_sourcedir mee_configure() { # next build check what is needed p=/pkg/node-20.13.1-0/profile; [ -e $p ] && . $p - p=/pkg/rustc-1.80.0-0/profile; [ -e $p ] && . $p + p=/pkg/rustc-1.84.0-0/profile; [ -e $p ] && . $p cat > ${S}/mozconfig < Date: Tue, 25 Feb 2025 17:34:17 +0100 Subject: [PATCH 2/2] Thunderbird: Update to 128.7.1 --- thunderbird.be0 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/thunderbird.be0 b/thunderbird.be0 index 676d16374..8c5432e46 100755 --- a/thunderbird.be0 +++ b/thunderbird.be0 @@ -2,10 +2,10 @@ #export BEE_TMP_TMPDIR=/scratch/local2 BEE_TMP_BUILDROOT=/scratch/local2/bee-root BEE_MAKEFLAGS='-j80' -# BEE_VERSION thunderbird-128.6.1-0 +# BEE_VERSION thunderbird-128.7.1-0 #SRCURL[0]="https://ftp.mozilla.org/pub/thunderbird/releases/${PKGVERSION}esr/source/thunderbird-${PKGVERSION}esr.source.tar.xz" -SRCURL[0]="https://beehive.molgen.mpg.de/d02042dabe091ba776936d05017c6a3c/thunderbird-128.6.1esr.source.tar.xz" +SRCURL[0]="https://beehive.molgen.mpg.de/92352ad8b31fa250e2caadd9fb7b46dc/thunderbird-128.7.1esr.source.tar.xz" # build_in_sourcedir