summaryrefslogtreecommitdiffstats
path: root/package/irssi
diff options
context:
space:
mode:
authorRodrigo Rebello <rprebello@gmail.com>2015-12-17 17:19:34 -0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-12-17 21:53:00 +0100
commit97767366f5bcce6c8bec71706e61e82956fb4723 (patch)
tree37405374698c29a2676834b652fc8f200c0594a2 /package/irssi
parentaf3befec827fcda0e2578e099f8c1a89533f3323 (diff)
downloadbuildroot-97767366f5bcce6c8bec71706e61e82956fb4723.tar.gz
buildroot-97767366f5bcce6c8bec71706e61e82956fb4723.zip
irssi: update download URL
Irssi source packages are now hosted on GitHub. Signed-off-by: Rodrigo Rebello <rprebello@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/irssi')
-rw-r--r--package/irssi/irssi.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/package/irssi/irssi.mk b/package/irssi/irssi.mk
index 2207daf371..176dce78ab 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
OpenPOWER on IntegriCloud