Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] transmission: update to 4.0.5, adopt.
@ 2023-12-10  4:10 jason1987d
  2023-12-11 23:35 ` zlice
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: jason1987d @ 2023-12-10  4:10 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jason1987d/void-packages transmission
https://github.com/void-linux/void-packages/pull/47672

transmission: update to 4.0.5, adopt.
#### 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-LIBC)

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

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

From 3ee269498167fc9d91e4f4bc829ccfb74189371f Mon Sep 17 00:00:00 2001
From: Jason Elswick <jason@jasondavid.tv>
Date: Sat, 9 Dec 2023 22:08:45 -0600
Subject: [PATCH] transmission: update to 4.0.5, adopt.

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

diff --git a/srcpkgs/transmission/template b/srcpkgs/transmission/template
index 79d751b57105b..058879644ab1c 100644
--- a/srcpkgs/transmission/template
+++ b/srcpkgs/transmission/template
@@ -1,6 +1,6 @@
 # Template file for 'transmission'
 pkgname=transmission
-version=4.0.4
+version=4.0.5
 revision=1
 build_style=cmake
 configure_args="-DENABLE_CLI=ON -DENABLE_GTK=ON -DENABLE_QT=ON -DENABLE_MAC=OFF"
@@ -10,12 +10,12 @@ makedepends="dbus-glib-devel gtkmm4-devel glibmm-devel
  libcurl-devel libevent-devel qt5-tools-devel qt5-svg-devel
  libdeflate-devel miniupnpc-devel"
 short_desc="Fast, easy and free BitTorrent client"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Jason Elswick <jason@jasondavid.tv>"
 license="MIT, GPL-2.0-or-later"
 homepage="https://www.transmissionbt.com"
 changelog="https://github.com/transmission/transmission/releases"
 distfiles="https://github.com/transmission/transmission/releases/download/${version}/${pkgname}-${version}.tar.xz"
-checksum=15f7b4318fdfbffb19aa8d9a6b0fd89348e6ef1e86baa21a0806ffd1893bd5a6
+checksum=fd68ff114a479200043c30c7e69dba4c1932f7af36ca4c5b5d2edcb5866e6357
 
 # Create transmission system user/group
 system_accounts="transmission"

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

* Re: transmission: update to 4.0.5, adopt.
  2023-12-10  4:10 [PR PATCH] transmission: update to 4.0.5, adopt jason1987d
@ 2023-12-11 23:35 ` zlice
  2023-12-12  2:56 ` [PR PATCH] [Updated] " jason1987d
  2023-12-17  1:50 ` [PR PATCH] [Merged]: " ahesford
  2 siblings, 0 replies; 4+ messages in thread
From: zlice @ 2023-12-11 23:35 UTC (permalink / raw)
  To: ml

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

New comment by zlice on void-packages repository

https://github.com/void-linux/void-packages/pull/47672#issuecomment-1851065510

Comment:
fyi, update and force push should fix arm6. guess the repo wasnt sync'd or something

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

* Re: [PR PATCH] [Updated] transmission: update to 4.0.5, adopt.
  2023-12-10  4:10 [PR PATCH] transmission: update to 4.0.5, adopt jason1987d
  2023-12-11 23:35 ` zlice
@ 2023-12-12  2:56 ` jason1987d
  2023-12-17  1:50 ` [PR PATCH] [Merged]: " ahesford
  2 siblings, 0 replies; 4+ messages in thread
From: jason1987d @ 2023-12-12  2:56 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jason1987d/void-packages transmission
https://github.com/void-linux/void-packages/pull/47672

transmission: update to 4.0.5, adopt.
#### 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-LIBC)

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

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

From a830017e7643f23958fb7dddec4196360d0e822b Mon Sep 17 00:00:00 2001
From: Jason Elswick <jason@jasondavid.tv>
Date: Sat, 9 Dec 2023 22:08:45 -0600
Subject: [PATCH] transmission: update to 4.0.5, adopt.

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

diff --git a/srcpkgs/transmission/template b/srcpkgs/transmission/template
index 79d751b57105b..058879644ab1c 100644
--- a/srcpkgs/transmission/template
+++ b/srcpkgs/transmission/template
@@ -1,6 +1,6 @@
 # Template file for 'transmission'
 pkgname=transmission
-version=4.0.4
+version=4.0.5
 revision=1
 build_style=cmake
 configure_args="-DENABLE_CLI=ON -DENABLE_GTK=ON -DENABLE_QT=ON -DENABLE_MAC=OFF"
@@ -10,12 +10,12 @@ makedepends="dbus-glib-devel gtkmm4-devel glibmm-devel
  libcurl-devel libevent-devel qt5-tools-devel qt5-svg-devel
  libdeflate-devel miniupnpc-devel"
 short_desc="Fast, easy and free BitTorrent client"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Jason Elswick <jason@jasondavid.tv>"
 license="MIT, GPL-2.0-or-later"
 homepage="https://www.transmissionbt.com"
 changelog="https://github.com/transmission/transmission/releases"
 distfiles="https://github.com/transmission/transmission/releases/download/${version}/${pkgname}-${version}.tar.xz"
-checksum=15f7b4318fdfbffb19aa8d9a6b0fd89348e6ef1e86baa21a0806ffd1893bd5a6
+checksum=fd68ff114a479200043c30c7e69dba4c1932f7af36ca4c5b5d2edcb5866e6357
 
 # Create transmission system user/group
 system_accounts="transmission"

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

* Re: [PR PATCH] [Merged]: transmission: update to 4.0.5, adopt.
  2023-12-10  4:10 [PR PATCH] transmission: update to 4.0.5, adopt jason1987d
  2023-12-11 23:35 ` zlice
  2023-12-12  2:56 ` [PR PATCH] [Updated] " jason1987d
@ 2023-12-17  1:50 ` ahesford
  2 siblings, 0 replies; 4+ messages in thread
From: ahesford @ 2023-12-17  1:50 UTC (permalink / raw)
  To: ml

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

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

transmission: update to 4.0.5, adopt.
https://github.com/void-linux/void-packages/pull/47672

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-LIBC)

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

end of thread, other threads:[~2023-12-17  1:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-10  4:10 [PR PATCH] transmission: update to 4.0.5, adopt jason1987d
2023-12-11 23:35 ` zlice
2023-12-12  2:56 ` [PR PATCH] [Updated] " jason1987d
2023-12-17  1:50 ` [PR PATCH] [Merged]: " ahesford

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).