[Buildroot] [PATCH 1/1] linenoise: fix git hash tag

Frank Hunleth fhunleth at troodon-software.com
Fri Jun 7 23:27:30 UTC 2013


Remove initial g from hash tag to fix downloads from github.

Signed-off-by: Frank Hunleth <fhunleth at troodon-software.com>
---
 package/linenoise/linenoise.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/linenoise/linenoise.mk b/package/linenoise/linenoise.mk
index 01bfa0c..b2e8a0b 100644
--- a/package/linenoise/linenoise.mk
+++ b/package/linenoise/linenoise.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LINENOISE_VERSION = g27a3b4d
+LINENOISE_VERSION = 27a3b4d
 LINENOISE_SITE = http://github.com/antirez/linenoise/tarball/$(LINENOISE_VERSION)
 LINENOISE_LICENSE = BSD-2c
 LINENOISE_INSTALL_STAGING = YES
-- 
1.7.9.5



More information about the buildroot mailing list