diff --git a/network/mail/thunderbird/actions.py b/network/mail/thunderbird/actions.py index 9ffe82cea3..4bc78ec943 100644 --- a/network/mail/thunderbird/actions.py +++ b/network/mail/thunderbird/actions.py @@ -29,7 +29,7 @@ def setup(): shelltools.system("rm -rf langpack-tb/*/browser/defaults") if not shelltools.isDirectory(xpidir): shelltools.makedirs(xpidir) for locale in locales: - shelltools.system("wget -c -P %s http://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/%sesr/linux-%s/xpi/%s.xpi" % (xpidir, ver, arch, locale)) + shelltools.system("wget -c -P %s http://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/%s/linux-%s/xpi/%s.xpi" % (xpidir, ver, arch, locale)) shelltools.makedirs("langpack-tb") shelltools.system("cp %s/%s.xpi langpack-tb/langpack-%s@thunderbird.mozilla.org.xpi" % (xpidir, locale, locale)) diff --git a/network/mail/thunderbird/pspec.xml b/network/mail/thunderbird/pspec.xml index 782d899fe4..78cf6eccb5 100644 --- a/network/mail/thunderbird/pspec.xml +++ b/network/mail/thunderbird/pspec.xml @@ -15,7 +15,7 @@ app:gui The Stand-Alone Mozilla Mail Component Thunderbird is a redesign of the Mozilla Mail Component. It is written using the XUL user interface language and designed to be cross-platform. - https://ftp.mozilla.org/pub/thunderbird/releases/128.8.0esr/source/thunderbird-128.8.0esr.source.tar.xz + https://archive.mozilla.org/pub/thunderbird/releases/141.0/source/thunderbird-141.0.source.tar.xz pisilinux/mozconfig @@ -474,6 +474,13 @@ + + 2025-08-04 + 141.0 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2025-03-08 128.8.0