mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
lua-msgpack-native: fix github tarball to use commit id
[Peter: fix {/( mixup as pointed out by Yann]
Signed-off-by: Spenser Gilliland <spenser@gillilanding.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
committed by
Peter Korsgaard
parent
b89e8141e3
commit
55c90b10b3
@@ -5,7 +5,7 @@
|
||||
################################################################################
|
||||
|
||||
LUA_MSGPACK_NATIVE_VERSION = g41cce91
|
||||
LUA_MSGPACK_NATIVE_SITE = http://github.com/kengonakajima/lua-msgpack-native/tarball/master
|
||||
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
|
||||
LUA_MSGPACK_NATIVE_LICENSE_FILES = LICENSE.txt
|
||||
|
||||
Reference in New Issue
Block a user