aboutsummaryrefslogtreecommitdiffstats
path: root/package/lua/Makefile
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2010-10-07 11:03:18 +0000
committerJo-Philipp Wich <jow@openwrt.org>2010-10-07 11:03:18 +0000
commita9afa36cf5ce6412857e79a8659feaf2a169e0d8 (patch)
tree3216ac88dbf3217d1a227eefc293f1610418e85e /package/lua/Makefile
parentcce8bf720cb2561959f34ef6f1d7de429b307140 (diff)
downloadupstream-a9afa36cf5ce6412857e79a8659feaf2a169e0d8.tar.gz
upstream-a9afa36cf5ce6412857e79a8659feaf2a169e0d8.tar.bz2
upstream-a9afa36cf5ce6412857e79a8659feaf2a169e0d8.zip
[package] lua: switch to double precision for floats
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23284 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 0a5e8f3435..fdbbddc401 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:=6
+PKG_RELEASE:=7
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://www.lua.org/ftp/ \