lua-msgpack-native: fix git hash tag

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

Signed-off-by: Frank Hunleth <fhunleth@troodon-software.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Frank Hunleth 2013-06-07 13:46:10 +00:00 committed by Peter Korsgaard
parent 424d19a168
commit 0b8ed5b53d
1 changed files with 1 additions and 1 deletions

View File

@ -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