lua-messagepack: bump to version 0.3.2
Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
ef31b974ad
commit
ac092550a5
@ -4,8 +4,12 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LUA_MESSAGEPACK_VERSION_UPSTREAM = 0.3.1
|
||||
LUA_MESSAGEPACK_VERSION_UPSTREAM = 0.3.2
|
||||
ifeq ($(BR2_PACKAGE_LUA_5_3),y)
|
||||
LUA_MESSAGEPACK_VERSION = lua53-$(LUA_MESSAGEPACK_VERSION_UPSTREAM)-1
|
||||
else
|
||||
LUA_MESSAGEPACK_VERSION = $(LUA_MESSAGEPACK_VERSION_UPSTREAM)-1
|
||||
endif
|
||||
LUA_MESSAGEPACK_SUBDIR = lua-MessagePack-$(LUA_MESSAGEPACK_VERSION_UPSTREAM)
|
||||
LUA_MESSAGEPACK_LICENSE = MIT
|
||||
LUA_MESSAGEPACK_LICENSE_FILES = $(LUA_MESSAGEPACK_SUBDIR)/COPYRIGHT
|
||||
|
Loading…
Reference in New Issue
Block a user