summaryrefslogtreecommitdiffstats
path: root/package/linenoise
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2013-06-08 12:12:21 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2013-06-08 12:12:21 +0200
commit41190ef0f1ffb68675bfe77205e9207363546377 (patch)
tree653bd0bcfb41297d9a0261c3a1ca6be710cf0aa5 /package/linenoise
parent28ab11d7855a1b85e4be15cd9c86ad0838fa1cb1 (diff)
downloadbuildroot-novena-41190ef0f1ffb68675bfe77205e9207363546377.tar.gz
buildroot-novena-41190ef0f1ffb68675bfe77205e9207363546377.zip
linenoise: fix git commit id
Somehow a 'g' had sneaked in before the commit id. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/linenoise')
-rw-r--r--package/linenoise/linenoise.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/linenoise/linenoise.mk b/package/linenoise/linenoise.mk
index 01bfa0cf6..14e0f0932 100644
--- a/package/linenoise/linenoise.mk
+++ b/package/linenoise/linenoise.mk
@@ -4,7 +4,7 @@
#
################################################################################
-LINENOISE_VERSION = g27a3b4d
+LINENOISE_VERSION = 27a3b4d5
LINENOISE_SITE = http://github.com/antirez/linenoise/tarball/$(LINENOISE_VERSION)
LINENOISE_LICENSE = BSD-2c
LINENOISE_INSTALL_STAGING = YES