luaexpat: update to 1.2.0

Signed-off-by: W. Michael Petullo <mike@flyn.org>
This commit is contained in:
W. Michael Petullo 2014-07-17 22:37:22 -04:00 committed by Steven Barth
parent 2576665677
commit d32053b1a4
1 changed files with 5 additions and 5 deletions

View File

@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=luaexpat
PKG_VERSION:=1.1
PKG_RELEASE:=2
PKG_VERSION:=1.2.0
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://luaforge.net/frs/download.php/2469
PKG_MD5SUM:=6ecb895ccf5cff1e7f2facd438b1f8d0
PKG_SOURCE_URL:=http://matthewwild.co.uk/projects/luaexpat
PKG_MD5SUM:=03efe50c7f30a34580701e6527d7bfee
include $(INCLUDE_DIR)/package.mk
@ -48,7 +48,7 @@ endef
define Package/luaexpat/install
$(INSTALL_DIR) $(1)/usr/lib/lua
$(INSTALL_DATA) $(PKG_BUILD_DIR)/src/lxp.so.1.1.0 $(1)/usr/lib/lua/lxp.so
$(INSTALL_DATA) $(PKG_BUILD_DIR)/src/lxp.so.1.2.0 $(1)/usr/lib/lua/lxp.so
$(INSTALL_DIR) $(1)/usr/lib/lua/lxp
$(INSTALL_DATA) $(PKG_BUILD_DIR)/src/lxp/lom.lua $(1)/usr/lib/lua/lxp
endef