Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] qbittorrent: update to 4.4.5.
@ 2022-09-07 20:55 TheEgghead27
  2022-09-07 21:03 ` [PR PATCH] [Updated] " TheEgghead27
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: TheEgghead27 @ 2022-09-07 20:55 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TheEgghead27/void-packages qbittorrent-4.4.5
https://github.com/void-linux/void-packages/pull/39155

qbittorrent: update to 4.4.5.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86
  - x86_64-musl


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

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

From 2bafe75481db3ecb3e585eca4a799d5aa6d5193b Mon Sep 17 00:00:00 2001
From: David Chen <dchen07@protonmail.com>
Date: Wed, 7 Sep 2022 16:30:58 -0400
Subject: [PATCH] qbittorrent: update to 4.4.5.

---
 srcpkgs/qbittorrent/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/qbittorrent/template b/srcpkgs/qbittorrent/template
index 67e6b94edc53..65e74335509e 100644
--- a/srcpkgs/qbittorrent/template
+++ b/srcpkgs/qbittorrent/template
@@ -1,6 +1,6 @@
 # Template file for 'qbittorrent'
 pkgname=qbittorrent
-version=4.4.3.1
+version=4.4.5
 revision=2
 create_wrksrc=yes
 build_style=gnu-configure
@@ -16,7 +16,7 @@ license="GPL-2.0-or-later"
 homepage="https://www.qbittorrent.org/"
 changelog="https://www.qbittorrent.org/news.php"
 distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
-checksum=b64559ca50b54bc6c5be17302e69f34fba8433059842aa4093865dc2c00d24c8
+checksum=0d6ed3948d4ad0d63f01510fe902639ae7b383ccfc1c01e88b75fba5b29ff3b3
 CXXFLAGS=-std=gnu++17
 
 do_extract() {

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

* Re: [PR PATCH] [Updated] qbittorrent: update to 4.4.5.
  2022-09-07 20:55 [PR PATCH] qbittorrent: update to 4.4.5 TheEgghead27
@ 2022-09-07 21:03 ` TheEgghead27
  2022-09-08  5:51 ` sgn
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: TheEgghead27 @ 2022-09-07 21:03 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by TheEgghead27 against master on the void-packages repository

https://github.com/TheEgghead27/void-packages qbittorrent-4.4.5
https://github.com/void-linux/void-packages/pull/39155

qbittorrent: update to 4.4.5.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86
  - x86_64-musl


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

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

From 38289a932c4dd09874e9499a140efae526987b65 Mon Sep 17 00:00:00 2001
From: David Chen <dchen07@protonmail.com>
Date: Wed, 7 Sep 2022 16:30:58 -0400
Subject: [PATCH] qbittorrent: update to 4.4.5.

---
 srcpkgs/qbittorrent/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/qbittorrent/template b/srcpkgs/qbittorrent/template
index 67e6b94edc53..67ed6384ceb9 100644
--- a/srcpkgs/qbittorrent/template
+++ b/srcpkgs/qbittorrent/template
@@ -1,7 +1,7 @@
 # Template file for 'qbittorrent'
 pkgname=qbittorrent
-version=4.4.3.1
-revision=2
+version=4.4.5
+revision=1
 create_wrksrc=yes
 build_style=gnu-configure
 build_helper=qmake
@@ -16,7 +16,7 @@ license="GPL-2.0-or-later"
 homepage="https://www.qbittorrent.org/"
 changelog="https://www.qbittorrent.org/news.php"
 distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
-checksum=b64559ca50b54bc6c5be17302e69f34fba8433059842aa4093865dc2c00d24c8
+checksum=0d6ed3948d4ad0d63f01510fe902639ae7b383ccfc1c01e88b75fba5b29ff3b3
 CXXFLAGS=-std=gnu++17
 
 do_extract() {

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

* Re: qbittorrent: update to 4.4.5.
  2022-09-07 20:55 [PR PATCH] qbittorrent: update to 4.4.5 TheEgghead27
  2022-09-07 21:03 ` [PR PATCH] [Updated] " TheEgghead27
@ 2022-09-08  5:51 ` sgn
  2022-09-09  2:26 ` TheEgghead27
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: sgn @ 2022-09-08  5:51 UTC (permalink / raw)
  To: ml

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

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/39155#issuecomment-1240251633

Comment:
See #39154 

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

* Re: qbittorrent: update to 4.4.5.
  2022-09-07 20:55 [PR PATCH] qbittorrent: update to 4.4.5 TheEgghead27
  2022-09-07 21:03 ` [PR PATCH] [Updated] " TheEgghead27
  2022-09-08  5:51 ` sgn
@ 2022-09-09  2:26 ` TheEgghead27
  2022-09-13 16:38 ` [PR PATCH] [Updated] " sgn
  2022-09-14  1:20 ` [PR PATCH] [Merged]: " sgn
  4 siblings, 0 replies; 6+ messages in thread
From: TheEgghead27 @ 2022-09-09  2:26 UTC (permalink / raw)
  To: ml

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

New comment by TheEgghead27 on void-packages repository

https://github.com/void-linux/void-packages/pull/39155#issuecomment-1241426473

Comment:
I don't think that should conflict with this, since it only affects the build dependencies and not the package template directly (which this PR edits for the version bump).

It may be a good idea to merge #39154 first, then this, so we can ensure that the new update also works with musl :+1:

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

* Re: [PR PATCH] [Updated] qbittorrent: update to 4.4.5.
  2022-09-07 20:55 [PR PATCH] qbittorrent: update to 4.4.5 TheEgghead27
                   ` (2 preceding siblings ...)
  2022-09-09  2:26 ` TheEgghead27
@ 2022-09-13 16:38 ` sgn
  2022-09-14  1:20 ` [PR PATCH] [Merged]: " sgn
  4 siblings, 0 replies; 6+ messages in thread
From: sgn @ 2022-09-13 16:38 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by sgn against master on the void-packages repository

https://github.com/TheEgghead27/void-packages qbittorrent-4.4.5
https://github.com/void-linux/void-packages/pull/39155

qbittorrent: update to 4.4.5.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86
  - x86_64-musl


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

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

From 0272472c7347c310ccded0fea9d1418324862d50 Mon Sep 17 00:00:00 2001
From: David Chen <dchen07@protonmail.com>
Date: Wed, 7 Sep 2022 16:30:58 -0400
Subject: [PATCH] qbittorrent: update to 4.4.5.

---
 srcpkgs/qbittorrent/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/qbittorrent/template b/srcpkgs/qbittorrent/template
index e8e96200b845..67ed6384ceb9 100644
--- a/srcpkgs/qbittorrent/template
+++ b/srcpkgs/qbittorrent/template
@@ -1,7 +1,7 @@
 # Template file for 'qbittorrent'
 pkgname=qbittorrent
-version=4.4.3.1
-revision=3
+version=4.4.5
+revision=1
 create_wrksrc=yes
 build_style=gnu-configure
 build_helper=qmake
@@ -16,7 +16,7 @@ license="GPL-2.0-or-later"
 homepage="https://www.qbittorrent.org/"
 changelog="https://www.qbittorrent.org/news.php"
 distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
-checksum=b64559ca50b54bc6c5be17302e69f34fba8433059842aa4093865dc2c00d24c8
+checksum=0d6ed3948d4ad0d63f01510fe902639ae7b383ccfc1c01e88b75fba5b29ff3b3
 CXXFLAGS=-std=gnu++17
 
 do_extract() {

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

* Re: [PR PATCH] [Merged]: qbittorrent: update to 4.4.5.
  2022-09-07 20:55 [PR PATCH] qbittorrent: update to 4.4.5 TheEgghead27
                   ` (3 preceding siblings ...)
  2022-09-13 16:38 ` [PR PATCH] [Updated] " sgn
@ 2022-09-14  1:20 ` sgn
  4 siblings, 0 replies; 6+ messages in thread
From: sgn @ 2022-09-14  1:20 UTC (permalink / raw)
  To: ml

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

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

qbittorrent: update to 4.4.5.
https://github.com/void-linux/void-packages/pull/39155

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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86
  - x86_64-musl


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

end of thread, other threads:[~2022-09-14  1:20 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-07 20:55 [PR PATCH] qbittorrent: update to 4.4.5 TheEgghead27
2022-09-07 21:03 ` [PR PATCH] [Updated] " TheEgghead27
2022-09-08  5:51 ` sgn
2022-09-09  2:26 ` TheEgghead27
2022-09-13 16:38 ` [PR PATCH] [Updated] " sgn
2022-09-14  1:20 ` [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).