summaryrefslogtreecommitdiffstats
path: root/package/lua
diff options
context:
space:
mode:
authorFrancois Perrad <fperrad@gmail.com>2018-07-10 18:36:37 +0200
committerPeter Korsgaard <peter@korsgaard.com>2018-07-10 22:55:27 +0200
commitcef82cccf3c3aacd8726850499f3c9b407c24c04 (patch)
tree0d863abd6b765a0e474303ad73c15dc8e694a671 /package/lua
parent150fa57ed0765e20a7199fa9743e56689d44d5d6 (diff)
downloadbuildroot-cef82cccf3c3aacd8726850499f3c9b407c24c04.tar.gz
buildroot-cef82cccf3c3aacd8726850499f3c9b407c24c04.zip
lua: bump to version 5.3.5
Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/lua')
-rw-r--r--package/lua/5.3.5/0001-root-path.patch (renamed from package/lua/5.3.4/0001-root-path.patch)0
-rw-r--r--package/lua/5.3.5/0002-shared-libs-for-lua.patch (renamed from package/lua/5.3.4/0002-shared-libs-for-lua.patch)0
-rw-r--r--package/lua/5.3.5/0011-linenoise.patch (renamed from package/lua/5.3.4/0011-linenoise.patch)0
-rw-r--r--package/lua/lua.hash4
-rw-r--r--package/lua/lua.mk2
5 files changed, 3 insertions, 3 deletions
diff --git a/package/lua/5.3.4/0001-root-path.patch b/package/lua/5.3.5/0001-root-path.patch
index a44c55c955..a44c55c955 100644
--- a/package/lua/5.3.4/0001-root-path.patch
+++ b/package/lua/5.3.5/0001-root-path.patch
diff --git a/package/lua/5.3.4/0002-shared-libs-for-lua.patch b/package/lua/5.3.5/0002-shared-libs-for-lua.patch
index 493828c9da..493828c9da 100644
--- a/package/lua/5.3.4/0002-shared-libs-for-lua.patch
+++ b/package/lua/5.3.5/0002-shared-libs-for-lua.patch
diff --git a/package/lua/5.3.4/0011-linenoise.patch b/package/lua/5.3.5/0011-linenoise.patch
index 574e6c8f0b..574e6c8f0b 100644
--- a/package/lua/5.3.4/0011-linenoise.patch
+++ b/package/lua/5.3.5/0011-linenoise.patch
diff --git a/package/lua/lua.hash b/package/lua/lua.hash
index 32e7472c38..43f5be275e 100644
--- a/package/lua/lua.hash
+++ b/package/lua/lua.hash
@@ -1,6 +1,6 @@
# Hashes from: http://www.lua.org/ftp/
-md5 53a9c68bcc0eda58bdc2095ad5cdfc63 lua-5.3.4.tar.gz
-sha1 79790cfd40e09ba796b01a571d4d63b52b1cd950 lua-5.3.4.tar.gz
+md5 4f4b4f323fd3514a68e0ab3da8ce3455 lua-5.3.5.tar.gz
+sha1 112eb10ff04d1b4c9898e121d6bdf54a81482447 lua-5.3.5.tar.gz
md5 913fdb32207046b273fdb17aad70be13 lua-5.2.4.tar.gz
sha1 ef15259421197e3d85b7d6e4871b8c26fd82c1cf lua-5.2.4.tar.gz
diff --git a/package/lua/lua.mk b/package/lua/lua.mk
index 851dc8f734..22643c4c8c 100644
--- a/package/lua/lua.mk
+++ b/package/lua/lua.mk
@@ -5,7 +5,7 @@
################################################################################
ifeq ($(BR2_PACKAGE_LUA_5_3),y)
-LUA_VERSION = 5.3.4
+LUA_VERSION = 5.3.5
else
ifeq ($(BR2_PACKAGE_LUA_5_2),y)
LUA_VERSION = 5.2.4
OpenPOWER on IntegriCloud