Browse Source

lua-lzlib: upgrade to 0.4.3

lua 5.3 compatibility

Signed-off-by: Dirk Chang <dirk@kooiot.com>
Dirk Chang 9 years ago
parent
commit
158fa1c26f
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      lang/lua-lzlib/Makefile

+ 3
- 3
lang/lua-lzlib/Makefile View File

@@ -8,15 +8,15 @@
8 8
 include $(TOPDIR)/rules.mk
9 9
 
10 10
 PKG_NAME:=lua-lzlib
11
-PKG_VERSION:=0.4.1
12
-PKG_RELEASE:=2
11
+PKG_VERSION:=0.4.3
12
+PKG_RELEASE:=1
13 13
 PKG_MAINTAINER:=Dirk Chang <dirk@kooiot.com>
14 14
 PKG_LICENSE:=MIT
15 15
 
16 16
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
17 17
 PKG_SOURCE_URL:=https://github.com/LuaDist/lzlib.git
18 18
 PKG_SOURCE_PROTO:=git
19
-PKG_SOURCE_VERSION:=9fa3993bb4504fbbc10511cde141e1c6a48c072d
19
+PKG_SOURCE_VERSION:=79329a07d8f79c19eadd7ea2752b4c4e1574b015
20 20
 PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
21 21
 
22 22
 include $(INCLUDE_DIR)/package.mk