aboutsummaryrefslogtreecommitdiffstats
path: root/package/lua/Makefile
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2012-10-10 17:53:46 +0000
committerJo-Philipp Wich <jow@openwrt.org>2012-10-10 17:53:46 +0000
commit2fd918a872dcc56a3b7dbc8280143319dd873f0f (patch)
tree9fa10e84536e0567ff55f145d4205f534d3a22cc /package/lua/Makefile
parente2751ea6d901e5892a86471959ae6aaf0f573832 (diff)
downloadmaster-187ad058-2fd918a872dcc56a3b7dbc8280143319dd873f0f.tar.gz
master-187ad058-2fd918a872dcc56a3b7dbc8280143319dd873f0f.tar.bz2
master-187ad058-2fd918a872dcc56a3b7dbc8280143319dd873f0f.zip
lua: update to v5.1.5, refresh patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33707 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/lua/Makefile')
-rw-r--r--package/lua/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/package/lua/Makefile b/package/lua/Makefile
index 53acdde9fd..c5df4d5426 100644
--- a/package/lua/Makefile
+++ b/package/lua/Makefile
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2006-2011 OpenWrt.org
+# Copyright (C) 2006-2012 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@@ -8,15 +8,15 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=lua
-PKG_VERSION:=5.1.4
-PKG_RELEASE:=8
+PKG_VERSION:=5.1.5
+PKG_RELEASE:=1
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:=d0870f2de55d59c1c8419f36e8fac150
+PKG_MD5SUM:=2e115fe26e435e33b0d5c022e4490567
HOST_PATCH_DIR := ./patches-host