diff options
author | Steven Barth <cyrus@openwrt.org> | 2008-08-24 16:06:34 +0000 |
---|---|---|
committer | Steven Barth <cyrus@openwrt.org> | 2008-08-24 16:06:34 +0000 |
commit | 4f18ba92490710a97d23ab9b652805a53ff8a981 (patch) | |
tree | 5521c4f6bc253fa73b18a3c372c1cdb2cdef8ca6 /tools/lua/Makefile | |
parent | 4b7249183c701e85161d3105f39583c7fce1d635 (diff) | |
download | upstream-4f18ba92490710a97d23ab9b652805a53ff8a981.tar.gz upstream-4f18ba92490710a97d23ab9b652805a53ff8a981.tar.bz2 upstream-4f18ba92490710a97d23ab9b652805a53ff8a981.zip |
Updated Lua host compiler to 5.1.4
SVN-Revision: 12384
Diffstat (limited to 'tools/lua/Makefile')
-rw-r--r-- | tools/lua/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/lua/Makefile b/tools/lua/Makefile index 7b1f28faf2..1bebe09f96 100644 --- a/tools/lua/Makefile +++ b/tools/lua/Makefile @@ -9,14 +9,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=lua -PKG_VERSION:=5.1.3 +PKG_VERSION:=5.1.4 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 include $(INCLUDE_DIR)/host-build.mk |