Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] luaposix: Use github call
@ 2014-10-12 16:23 Maxime Hadjinlian
  2014-10-12 16:29 ` Thomas Petazzoni
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Maxime Hadjinlian @ 2014-10-12 16:23 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
---
 package/luaposix/luaposix.mk | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/package/luaposix/luaposix.mk b/package/luaposix/luaposix.mk
index 46723a0..13fc266 100644
--- a/package/luaposix/luaposix.mk
+++ b/package/luaposix/luaposix.mk
@@ -5,8 +5,7 @@
 ################################################################################
 
 LUAPOSIX_VERSION = 32
-LUAPOSIX_SITE = https://github.com/luaposix/luaposix/archive
-LUAPOSIX_SOURCE = release-v$(LUAPOSIX_VERSION).tar.gz
+LUAPOSIX_SITE = $(call github,luaposix,luaposix,release-v$(LUAPOSIX_VERSION))
 LUAPOSIX_LICENSE = MIT
 LUAPOSIX_LICENSE_FILES = COPYING
 LUAPOSIX_DEPENDENCIES = luainterpreter host-lua
-- 
2.1.1

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

end of thread, other threads:[~2014-10-25  0:35 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-12 16:23 [Buildroot] [PATCH] luaposix: Use github call Maxime Hadjinlian
2014-10-12 16:29 ` Thomas Petazzoni
2014-10-12 16:32   ` Maxime Hadjinlian
2014-10-25  0:11 ` Yann E. MORIN
2014-10-25  0:35 ` Peter Korsgaard

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