From 1b55f0d56920cf8684c3fd3affb39eef35ba1e34 Mon Sep 17 00:00:00 2001 From: cyrus Date: Sun, 24 Aug 2008 16:06:34 +0000 Subject: Updated Lua host compiler to 5.1.4 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12384 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- tools/lua/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/lua/Makefile') 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 -- cgit v1.2.3