Browse Source

linenoise: fix git commit id

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

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter Korsgaard 12 years ago
parent
commit
41190ef0f1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/linenoise/linenoise.mk

+ 1 - 1
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