Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] irssi: update download URL
@ 2015-12-17 19:19 Rodrigo Rebello
  2015-12-17 20:53 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Rodrigo Rebello @ 2015-12-17 19:19 UTC (permalink / raw)
  To: buildroot

Irssi source packages are now hosted on GitHub.

Signed-off-by: Rodrigo Rebello <rprebello@gmail.com>
---
 package/irssi/irssi.mk | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/package/irssi/irssi.mk b/package/irssi/irssi.mk
index 2207daf..176dce7 100644
--- a/package/irssi/irssi.mk
+++ b/package/irssi/irssi.mk
@@ -6,7 +6,9 @@
 
 IRSSI_VERSION = 0.8.17
 IRSSI_SOURCE = irssi-$(IRSSI_VERSION).tar.bz2
-IRSSI_SITE = http://irssi.org/files
+# Do not use the github helper here. The generated tarball is *NOT* the
+# same as the one uploaded by upstream for the release.
+IRSSI_SITE = https://github.com/irssi-import/irssi/releases/download/$(IRSSI_VERSION)
 IRSSI_LICENSE = GPLv2+
 IRSSI_LICENSE_FILES = COPYING
 IRSSI_DEPENDENCIES = host-pkgconf libglib2 ncurses
-- 
2.1.4

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

* [Buildroot] [PATCH 1/1] irssi: update download URL
  2015-12-17 19:19 [Buildroot] [PATCH 1/1] irssi: update download URL Rodrigo Rebello
@ 2015-12-17 20:53 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2015-12-17 20:53 UTC (permalink / raw)
  To: buildroot

Dear Rodrigo Rebello,

On Thu, 17 Dec 2015 17:19:34 -0200, Rodrigo Rebello wrote:
> Irssi source packages are now hosted on GitHub.
> 
> Signed-off-by: Rodrigo Rebello <rprebello@gmail.com>
> ---
>  package/irssi/irssi.mk | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)

Applied, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

end of thread, other threads:[~2015-12-17 20:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-17 19:19 [Buildroot] [PATCH 1/1] irssi: update download URL Rodrigo Rebello
2015-12-17 20:53 ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox