diff options
author | Steven Barth <cyrus@openwrt.org> | 2008-08-24 15:45:26 +0000 |
---|---|---|
committer | Steven Barth <cyrus@openwrt.org> | 2008-08-24 15:45:26 +0000 |
commit | 4b7249183c701e85161d3105f39583c7fce1d635 (patch) | |
tree | ea59a6d03f5e2771d3bd542cbdf37135eb87fa6f /package/lua/Makefile | |
parent | e04cee95ae35f4f4893c4f312247a611d75824f3 (diff) | |
download | upstream-4b7249183c701e85161d3105f39583c7fce1d635.tar.gz upstream-4b7249183c701e85161d3105f39583c7fce1d635.tar.bz2 upstream-4b7249183c701e85161d3105f39583c7fce1d635.zip |
Updated Lua to 5.1.4
SVN-Revision: 12383
Diffstat (limited to 'package/lua/Makefile')
-rw-r--r-- | package/lua/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/lua/Makefile b/package/lua/Makefile index 1894358682..bae83402ba 100644 --- a/package/lua/Makefile +++ b/package/lua/Makefile @@ -9,15 +9,15 @@ include $(TOPDIR)/rules.mk PKG_NAME:=lua -PKG_VERSION:=5.1.3 -PKG_RELEASE:=2 +PKG_VERSION:=5.1.4 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.lua.org/ftp/ \ http://ftp.gwdg.de/pub/languages/lua/ \ http://mirrors.dotsrc.org/lua/ \ http://www.tecgraf.puc-rio.br/lua/ftp/ -PKG_MD5SUM:=a70a8dfaa150e047866dc01a46272599 +PKG_MD5SUM:=d0870f2de55d59c1c8419f36e8fac150 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install |