* [Buildroot] [PATCH 1/1] package/transmission: fix SITE url
@ 2016-10-29 19:14 Bernd Kuhls
2016-11-01 15:25 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Bernd Kuhls @ 2016-10-29 19:14 UTC (permalink / raw)
To: buildroot
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
package/transmission/transmission.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/transmission/transmission.mk b/package/transmission/transmission.mk
index e0cfc2d..923ba40 100644
--- a/package/transmission/transmission.mk
+++ b/package/transmission/transmission.mk
@@ -5,7 +5,7 @@
################################################################################
TRANSMISSION_VERSION = 2.92
-TRANSMISSION_SITE = http://download.transmissionbt.com/files
+TRANSMISSION_SITE = https://github.com/transmission/transmission-releases/raw/master
TRANSMISSION_SOURCE = transmission-$(TRANSMISSION_VERSION).tar.xz
TRANSMISSION_DEPENDENCIES = \
host-pkgconf \
--
2.10.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH 1/1] package/transmission: fix SITE url
2016-10-29 19:14 [Buildroot] [PATCH 1/1] package/transmission: fix SITE url Bernd Kuhls
@ 2016-11-01 15:25 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2016-11-01 15:25 UTC (permalink / raw)
To: buildroot
Hello,
On Sat, 29 Oct 2016 21:14:22 +0200, Bernd Kuhls wrote:
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
> package/transmission/transmission.mk | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/package/transmission/transmission.mk b/package/transmission/transmission.mk
> index e0cfc2d..923ba40 100644
> --- a/package/transmission/transmission.mk
> +++ b/package/transmission/transmission.mk
> @@ -5,7 +5,7 @@
> ################################################################################
>
> TRANSMISSION_VERSION = 2.92
> -TRANSMISSION_SITE = http://download.transmissionbt.com/files
> +TRANSMISSION_SITE = https://github.com/transmission/transmission-releases/raw/master
> TRANSMISSION_SOURCE = transmission-$(TRANSMISSION_VERSION).tar.xz
I really wonder why they have created a separate Github project and
repository to host tarballs, instead of using the Github releases
functionality.
That being said, that's upstream choice, so: patch applied.
Thanks!
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-11-01 15:25 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-29 19:14 [Buildroot] [PATCH 1/1] package/transmission: fix SITE url Bernd Kuhls
2016-11-01 15:25 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox