projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
28ab11d
)
linenoise: fix git commit id
author
Peter Korsgaard
<jacmet@sunsite.dk>
Sat, 8 Jun 2013 10:12:21 +0000
(12:12 +0200)
committer
Peter 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
patch
|
blob
|
history
diff --git
a/package/linenoise/linenoise.mk
b/package/linenoise/linenoise.mk
index 01bfa0cf686cdcc543899879c1247ae4e2112381..14e0f093223c2414575f66addd07ee0326c787cb 100644
(file)
--- 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