lua-messagepack: bump to version 0.3.3

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Francois Perrad 2015-06-02 18:32:58 +02:00 committed by Peter Korsgaard
parent b9d84ce801
commit aaba5c5a7e

View file

@ -4,7 +4,7 @@
#
################################################################################
LUA_MESSAGEPACK_VERSION_UPSTREAM = 0.3.2
LUA_MESSAGEPACK_VERSION_UPSTREAM = 0.3.3
ifeq ($(BR2_PACKAGE_LUA_5_3),y)
LUA_MESSAGEPACK_VERSION = lua53-$(LUA_MESSAGEPACK_VERSION_UPSTREAM)-1
else