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
commit666ebf2004f9529689e0d3763dc0ebbf960dcf93 (patch)
treea3368fa7ea307caadffb4634477dc64289e7afc5 /package/lua/Makefile
parent96c9a8df7b34c32b927adfb75d2254cec0212675 (diff)
downloadmaster-187ad058-666ebf2004f9529689e0d3763dc0ebbf960dcf93.tar.gz
master-187ad058-666ebf2004f9529689e0d3763dc0ebbf960dcf93.tar.bz2
master-187ad058-666ebf2004f9529689e0d3763dc0ebbf960dcf93.zip
[package] lua: add support for loading gzip compressed source files, bump package revision
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15108 3c298f89-4303-0410-b956-a3cf2f4a3e73
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/ \