commit 158fa1c26ff868e24c71c019f5f781f40a0000a0
parent e0b484958cd326d03cf739fedbc616cf873b02d3
Author: Dirk Chang <dirk@kooiot.com>
Date: Mon, 4 May 2015 22:15:22 +0800
lua-lzlib: upgrade to 0.4.3
lua 5.3 compatibility
Signed-off-by: Dirk Chang <dirk@kooiot.com>
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/lang/lua-lzlib/Makefile b/lang/lua-lzlib/Makefile
@@ -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