lua-lzlib: upgrade to 0.4.3 1232/head
authorDirk Chang <dirk@kooiot.com>
Mon, 4 May 2015 14:15:22 +0000 (22:15 +0800)
committerDirk Chang <dirk@kooiot.com>
Mon, 4 May 2015 14:15:22 +0000 (22:15 +0800)
lua 5.3 compatibility

Signed-off-by: Dirk Chang <dirk@kooiot.com>
lang/lua-lzlib/Makefile

index 096cec0d7e8e2b854c9b30cac5cc1340b2ac9c0f..e4094f5b32b0484b4de8831971033249637cbfc3 100644 (file)
@@ -8,15 +8,15 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=lua-lzlib
-PKG_VERSION:=0.4.1
-PKG_RELEASE:=2
+PKG_VERSION:=0.4.3
+PKG_RELEASE:=1
 PKG_MAINTAINER:=Dirk Chang <dirk@kooiot.com>
 PKG_LICENSE:=MIT
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://github.com/LuaDist/lzlib.git
 PKG_SOURCE_PROTO:=git
-PKG_SOURCE_VERSION:=9fa3993bb4504fbbc10511cde141e1c6a48c072d
+PKG_SOURCE_VERSION:=79329a07d8f79c19eadd7ea2752b4c4e1574b015
 PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
 
 include $(INCLUDE_DIR)/package.mk