diff options
author | Frank Hunleth <fhunleth@troodon-software.com> | 2013-06-07 13:46:10 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2013-06-08 21:52:34 +0200 |
commit | 0b8ed5b53d066f86f09e01d02a5e0bd715c17b70 (patch) | |
tree | df12c0815e167e4681b184c10f5ea74082f4e53a /package/lua-msgpack-native | |
parent | 424d19a1680a4bcd7781752b6af3bdaf14ec5276 (diff) |
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>
Diffstat (limited to 'package/lua-msgpack-native')
-rw-r--r-- | 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 03ea5f846..6ec923ce2 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 |