|
@@ -4,11 +4,12 @@
|
|
#
|
|
#
|
|
################################################################################
|
|
################################################################################
|
|
|
|
|
|
-LUA_MESSAGEPACK_VERSION_UPSTREAM = 0.4.0
|
|
|
|
|
|
+LUA_MESSAGEPACK_VERSION_UPSTREAM = 0.5.0
|
|
|
|
+LUA_MESSAGEPACK_VERSION = $(LUA_MESSAGEPACK_VERSION_UPSTREAM)-1
|
|
ifeq ($(BR2_PACKAGE_LUA_5_3),y)
|
|
ifeq ($(BR2_PACKAGE_LUA_5_3),y)
|
|
-LUA_MESSAGEPACK_VERSION = lua53-$(LUA_MESSAGEPACK_VERSION_UPSTREAM)-1
|
|
|
|
|
|
+LUA_MESSAGEPACK_NAME_UPSTREAM = lua-MessagePack-lua53
|
|
else
|
|
else
|
|
-LUA_MESSAGEPACK_VERSION = $(LUA_MESSAGEPACK_VERSION_UPSTREAM)-1
|
|
|
|
|
|
+LUA_MESSAGEPACK_NAME_UPSTREAM = lua-MessagePack
|
|
endif
|
|
endif
|
|
LUA_MESSAGEPACK_SUBDIR = lua-MessagePack-$(LUA_MESSAGEPACK_VERSION_UPSTREAM)
|
|
LUA_MESSAGEPACK_SUBDIR = lua-MessagePack-$(LUA_MESSAGEPACK_VERSION_UPSTREAM)
|
|
LUA_MESSAGEPACK_LICENSE = MIT
|
|
LUA_MESSAGEPACK_LICENSE = MIT
|