Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] thunderbird: fix update-check
@ 2024-06-02 17:12 Bnyro
  2024-06-03  0:12 ` [PR PATCH] [Merged]: " sgn
  0 siblings, 1 reply; 2+ messages in thread
From: Bnyro @ 2024-06-02 17:12 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 669 bytes --]

There is a new pull request by Bnyro against master on the void-packages repository

https://github.com/Bnyro/void-packages thunderbird
https://github.com/void-linux/void-packages/pull/50659

thunderbird: fix update-check
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

Before that change, `./xbps-src update-check thunderbird` returned `125.0` as version. Apart from that the previously used mozilla site just redirected to thunderbird.net anyways.

cc @dataCobra 


A patch file from https://github.com/void-linux/void-packages/pull/50659.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-thunderbird-50659.patch --]
[-- Type: text/x-diff, Size: 658 bytes --]

From bd8ef4044f7df12adf2ff2d88e88543d2a67112b Mon Sep 17 00:00:00 2001
From: Bnyro <bnyro@tutanota.com>
Date: Sun, 2 Jun 2024 19:09:36 +0200
Subject: [PATCH] thunderbird: fix update-check

---
 srcpkgs/thunderbird/update | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/thunderbird/update b/srcpkgs/thunderbird/update
index 946c8a7aaa49aa..fa9baa450e1dfc 100644
--- a/srcpkgs/thunderbird/update
+++ b/srcpkgs/thunderbird/update
@@ -1,2 +1,2 @@
-site="${MOZILLA_SITE}/${pkgname}/releases/"
-pattern="\">\K[0-9.]+(?=/</a>)"
+site="https://www.thunderbird.net/en-US/thunderbird/releases/atom.xml"
+pattern="Thunderbird \K[0-9.]+"

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PR PATCH] [Merged]: thunderbird: fix update-check
  2024-06-02 17:12 [PR PATCH] thunderbird: fix update-check Bnyro
@ 2024-06-03  0:12 ` sgn
  0 siblings, 0 replies; 2+ messages in thread
From: sgn @ 2024-06-03  0:12 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 518 bytes --]

There's a merged pull request on the void-packages repository

thunderbird: fix update-check
https://github.com/void-linux/void-packages/pull/50659

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

Before that change, `./xbps-src update-check thunderbird` returned `125.0` as version. Apart from that the previously used mozilla site just redirected to thunderbird.net anyways.

cc @dataCobra 


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-06-03  0:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-06-02 17:12 [PR PATCH] thunderbird: fix update-check Bnyro
2024-06-03  0:12 ` [PR PATCH] [Merged]: " sgn

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).