diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-06-06 06:53:49 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-06-06 06:53:49 +0000 |
commit | 008230e9e228251c37d7ff083bc216dd25b90dbe (patch) | |
tree | 9595482ca177ca7300e42fafb117325a6f80bef7 /openwrt/package/lua | |
parent | f67df0fc0c3a2c24a143a3b4a15fb09e83bde612 (diff) | |
download | mtk-20170518-008230e9e228251c37d7ff083bc216dd25b90dbe.zip mtk-20170518-008230e9e228251c37d7ff083bc216dd25b90dbe.tar.gz mtk-20170518-008230e9e228251c37d7ff083bc216dd25b90dbe.tar.bz2 |
Add some mirrors
SVN-Revision: 1159
Diffstat (limited to 'openwrt/package/lua')
-rw-r--r-- | openwrt/package/lua/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/openwrt/package/lua/Makefile b/openwrt/package/lua/Makefile index cdeba90..a36c3ac 100644 --- a/openwrt/package/lua/Makefile +++ b/openwrt/package/lua/Makefile @@ -7,7 +7,10 @@ PKG_VERSION:=5.0.2 PKG_RELEASE:=1 PKG_MD5SUM:= dea74646b7e5c621fef7174df83c34b1 -PKG_SOURCE_URL:=http://www.lua.org/ftp/ +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_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_CAT:=zcat |