thunderbird ver. bump

This commit is contained in:
Rmys
2025-08-04 15:05:13 +03:00
parent 2700c44a9c
commit 1339ff1c8f
2 changed files with 9 additions and 2 deletions
+1 -1
View File
@@ -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))
+8 -1
View File
@@ -15,7 +15,7 @@
<IsA>app:gui</IsA>
<Summary>The Stand-Alone Mozilla Mail Component</Summary>
<Description>Thunderbird is a redesign of the Mozilla Mail Component. It is written using the XUL user interface language and designed to be cross-platform.</Description>
<Archive sha1sum="e4c89313d1c537fcdbdcd5b4f60e5ce1b9446504" type="tarxz">https://ftp.mozilla.org/pub/thunderbird/releases/128.8.0esr/source/thunderbird-128.8.0esr.source.tar.xz</Archive>
<Archive sha1sum="265699253915451a504aafc0195d0761fb1c5a24" type="tarxz">https://archive.mozilla.org/pub/thunderbird/releases/141.0/source/thunderbird-141.0.source.tar.xz</Archive>
<AdditionalFiles>
<AdditionalFile target=".mozconfig">pisilinux/mozconfig</AdditionalFile>
</AdditionalFiles>
@@ -474,6 +474,13 @@
</Package>
<History>
<Update release="17">
<Date>2025-08-04</Date>
<Version>141.0</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="16">
<Date>2025-03-08</Date>
<Version>128.8.0</Version>