lua-messagepack: bump to version 0.3.4

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Francois Perrad
2016-03-03 22:12:45 +01:00
committed by Thomas Petazzoni
parent 31ea9b4ef2
commit bed9d83dd0
2 changed files with 3 additions and 3 deletions

View File

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