summaryrefslogtreecommitdiffstats
path: root/rules/lua.make
diff options
context:
space:
mode:
Diffstat (limited to 'rules/lua.make')
-rw-r--r--rules/lua.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/lua.make b/rules/lua.make
index 30b432a32..7ecaaed09 100644
--- a/rules/lua.make
+++ b/rules/lua.make
@@ -17,7 +17,7 @@ PACKAGES-$(PTXCONF_LUA) += lua
#
# Paths and names
#
-LUA_VERSION := 5.1.3
+LUA_VERSION := 5.1.4
LUA := lua-$(LUA_VERSION)
LUA_SUFFIX := tar.gz
LUA_URL := http://www.lua.org/ftp/$(LUA).$(LUA_SUFFIX)