linenoise: fix git commit id
authorPeter Korsgaard <jacmet@sunsite.dk>
Sat, 8 Jun 2013 10:12:21 +0000 (12:12 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Sat, 8 Jun 2013 10:12:21 +0000 (12:12 +0200)
Somehow a 'g' had sneaked in before the commit id.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/linenoise/linenoise.mk

index 01bfa0cf686cdcc543899879c1247ae4e2112381..14e0f093223c2414575f66addd07ee0326c787cb 100644 (file)
@@ -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