aboutsummaryrefslogtreecommitdiffstats
path: root/package/lua/Makefile
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2010-03-30 23:24:46 +0000
committerJo-Philipp Wich <jow@openwrt.org>2010-03-30 23:24:46 +0000
commitfe6b17f6ad14f03a6b7530b0125c6fb05735aee3 (patch)
tree2fef86c77249fc73f3caa932c3121ccf305b8f1d /package/lua/Makefile
parent1c25cfcde00f469cd022c60affc7162bd5bfef06 (diff)
downloadupstream-fe6b17f6ad14f03a6b7530b0125c6fb05735aee3.tar.gz
upstream-fe6b17f6ad14f03a6b7530b0125c6fb05735aee3.tar.bz2
upstream-fe6b17f6ad14f03a6b7530b0125c6fb05735aee3.zip
lua: drop refcounting patch in preparation for 10.03, it has unresolved issues resulting in random vm crashes
SVN-Revision: 20617
Diffstat (limited to 'package/lua/Makefile')
-rw-r--r--package/lua/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/lua/Makefile b/package/lua/Makefile
index c8c64badf4..0a5e8f3435 100644
--- a/package/lua/Makefile
+++ b/package/lua/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=lua
PKG_VERSION:=5.1.4
-PKG_RELEASE:=5
+PKG_RELEASE:=6
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://www.lua.org/ftp/ \