Skip to content

Commit

Permalink
lua-lzlib: upgrade to 0.4.3
Browse files Browse the repository at this point in the history
lua 5.3 compatibility

Signed-off-by: Dirk Chang <[email protected]>
  • Loading branch information
srdgame committed May 4, 2015
1 parent e0b4849 commit 158fa1c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lang/lua-lzlib/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
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
Expand Down

0 comments on commit 158fa1c

Please sign in to comment.