[Buildroot] [git commit] lua-msgpack-native: fix git hash tag

Peter Korsgaard jacmet at sunsite.dk
Sat Jun 8 19:52:34 UTC 2013


commit: http://git.buildroot.net/buildroot/commit/?id=0b8ed5b53d066f86f09e01d02a5e0bd715c17b70
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Remove initial g from hash tag to fix downloads from github.

Signed-off-by: Frank Hunleth <fhunleth at troodon-software.com>
Signed-off-by: Peter Korsgaard <jacmet at sunsite.dk>
---
 package/lua-msgpack-native/lua-msgpack-native.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/package/lua-msgpack-native/lua-msgpack-native.mk b/package/lua-msgpack-native/lua-msgpack-native.mk
index 03ea5f8..6ec923c 100644
--- a/package/lua-msgpack-native/lua-msgpack-native.mk
+++ b/package/lua-msgpack-native/lua-msgpack-native.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LUA_MSGPACK_NATIVE_VERSION = g41cce91
+LUA_MSGPACK_NATIVE_VERSION = 41cce91
 LUA_MSGPACK_NATIVE_SITE = http://github.com/kengonakajima/lua-msgpack-native/tarball/$(LUA_MSGPACK_NATIVE_VERSION)
 LUA_MSGPACK_NATIVE_DEPENDENCIES = lua
 LUA_MSGPACK_NATIVE_LICENSE = Apache-2.0


More information about the buildroot mailing list