Commit 41190ef0 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

linenoise: fix git commit id



Somehow a 'g' had sneaked in before the commit id.

Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent 28ab11d7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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