diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-04-04 23:06:56 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-04-04 23:06:56 +0000 |
commit | 27b7e29e13432b15949646c5a479a840b47fbe28 (patch) | |
tree | 9ee1c7d58d6e20018ec68b3e02279ab64fe57653 /package/lua/Makefile | |
parent | b32d7ba7052746ef139f6f9d0f0909545cd3399b (diff) | |
download | mtk-20170518-27b7e29e13432b15949646c5a479a840b47fbe28.zip mtk-20170518-27b7e29e13432b15949646c5a479a840b47fbe28.tar.gz mtk-20170518-27b7e29e13432b15949646c5a479a840b47fbe28.tar.bz2 |
lua: add support for loading gzip compressed source files, bump package revision
SVN-Revision: 15108
Diffstat (limited to 'package/lua/Makefile')
-rw-r--r-- | package/lua/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/lua/Makefile b/package/lua/Makefile index 67f3175..689b845 100644 --- a/package/lua/Makefile +++ b/package/lua/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2008 OpenWrt.org +# Copyright (C) 2006-2009 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=lua PKG_VERSION:=5.1.4 -PKG_RELEASE:=3 +PKG_RELEASE:=4 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.lua.org/ftp/ \ |