aboutsummaryrefslogtreecommitdiff
path: root/lang/luaexpat/Makefile
diff options
context:
space:
mode:
authorW. Michael Petullo <mike@flyn.org>2014-07-17 22:37:22 -0400
committerSteven Barth <steven@midlink.org>2014-07-19 14:08:11 +0200
commitd32053b1a497263a4383f8317cc1b1ea0cc261c6 (patch)
treea1d199e720731511ad043299434fd15e454d8dcf /lang/luaexpat/Makefile
parent2576665677d6bcfecd0980e1f0e7a6fcdcea9589 (diff)
luaexpat: update to 1.2.0
Signed-off-by: W. Michael Petullo <mike@flyn.org>
Diffstat (limited to 'lang/luaexpat/Makefile')
-rw-r--r--lang/luaexpat/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/lang/luaexpat/Makefile b/lang/luaexpat/Makefile
index e59731e2e..9b9a885da 100644
--- a/lang/luaexpat/Makefile
+++ b/lang/luaexpat/Makefile
@@ -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