aboutsummaryrefslogtreecommitdiffstats
path: root/package/lua/Makefile
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2009-04-04 23:06:56 +0000
committerJo-Philipp Wich <jow@openwrt.org>2009-04-04 23:06:56 +0000
commit27b7e29e13432b15949646c5a479a840b47fbe28 (patch)
tree9ee1c7d58d6e20018ec68b3e02279ab64fe57653 /package/lua/Makefile
parentb32d7ba7052746ef139f6f9d0f0909545cd3399b (diff)
downloadupstream-27b7e29e13432b15949646c5a479a840b47fbe28.tar.gz
upstream-27b7e29e13432b15949646c5a479a840b47fbe28.tar.bz2
upstream-27b7e29e13432b15949646c5a479a840b47fbe28.zip
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/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/lua/Makefile b/package/lua/Makefile
index 67f3175c77..689b845d55 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/ \