Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v3] xinetd: change download location
@ 2014-11-01 20:54 Karoly Kasza
  2014-11-01 21:44 ` Yann E. MORIN
  2014-11-01 22:21 ` Thomas Petazzoni
  0 siblings, 2 replies; 3+ messages in thread
From: Karoly Kasza @ 2014-11-01 20:54 UTC (permalink / raw)
  To: buildroot

xinetd.org is down, change to github instead.
Hash can not be used, the tarball is generated.

Signed-off-by: Karoly Kasza <kaszak@gmail.com>
---

Changes v2 -> v3:
  - use github helper

 package/xinetd/xinetd.mk |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/xinetd/xinetd.mk b/package/xinetd/xinetd.mk
index 1fb91b5..92d0d53 100644
--- a/package/xinetd/xinetd.mk
+++ b/package/xinetd/xinetd.mk
@@ -4,8 +4,8 @@
 #
 ################################################################################
 
-XINETD_VERSION = 2.3.15
-XINETD_SITE = http://www.xinetd.org
+XINETD_VERSION = xinetd-2-3-15
+XINETD_SITE = $(call github,xinetd-org,xinetd,$(XINETD_VERSION))
 XINETD_LICENSE = xinetd license
 XINETD_LICENSE_FILES = COPYRIGHT
 
-- 
1.7.10.4

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

end of thread, other threads:[~2014-11-01 22:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-01 20:54 [Buildroot] [PATCH v3] xinetd: change download location Karoly Kasza
2014-11-01 21:44 ` Yann E. MORIN
2014-11-01 22:21 ` Thomas Petazzoni

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