From: Peter Korsgaard Date: Sat, 8 Jun 2013 10:12:21 +0000 (+0200) Subject: linenoise: fix git commit id X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=41190ef0f1ffb68675bfe77205e9207363546377;p=buildroot.git linenoise: fix git commit id Somehow a 'g' had sneaked in before the commit id. Signed-off-by: Peter Korsgaard --- diff --git a/package/linenoise/linenoise.mk b/package/linenoise/linenoise.mk index 01bfa0cf68..14e0f09322 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