From 393d7e4d2197696bf0df7c83dc1dd97e3f6253bb Mon Sep 17 00:00:00 2001 From: Francois Perrad Date: Thu, 12 Jun 2025 12:26:54 +0200 Subject: [PATCH] package/lua: bump to version 5.4.8 For differences with 5.4.7, see: https://www.lua.org/work/diffs-lua-5.4.7-lua-5.4.8.html Signed-off-by: Francois Perrad [Julien: add link to diff with previous version] Signed-off-by: Julien Olivain --- package/lua/5.4.7/lua.hash | 5 ----- package/lua/{5.4.7 => 5.4.8}/0001-root-path.patch | 0 package/lua/{5.4.7 => 5.4.8}/0002-shared-libs-for-lua.patch | 0 package/lua/{5.4.7 => 5.4.8}/0003-linenoise.patch | 0 package/lua/5.4.8/lua.hash | 5 +++++ package/lua/lua.mk | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 package/lua/5.4.7/lua.hash rename package/lua/{5.4.7 => 5.4.8}/0001-root-path.patch (100%) rename package/lua/{5.4.7 => 5.4.8}/0002-shared-libs-for-lua.patch (100%) rename package/lua/{5.4.7 => 5.4.8}/0003-linenoise.patch (100%) create mode 100644 package/lua/5.4.8/lua.hash diff --git a/package/lua/5.4.7/lua.hash b/package/lua/5.4.7/lua.hash deleted file mode 100644 index d67fdcf6cf..0000000000 --- a/package/lua/5.4.7/lua.hash +++ /dev/null @@ -1,5 +0,0 @@ -# Hashes from: https://www.lua.org/ftp/ -sha256 9fbf5e28ef86c69858f6d3d34eccc32e911c1a28b4120ff3e84aaa70cfbf1e30 lua-5.4.7.tar.gz - -# Locally computed -sha256 33a975a766520bc54de2d71e45442e504effa0519e331e31ee3fc46eca4f98bd doc/readme.html diff --git a/package/lua/5.4.7/0001-root-path.patch b/package/lua/5.4.8/0001-root-path.patch similarity index 100% rename from package/lua/5.4.7/0001-root-path.patch rename to package/lua/5.4.8/0001-root-path.patch diff --git a/package/lua/5.4.7/0002-shared-libs-for-lua.patch b/package/lua/5.4.8/0002-shared-libs-for-lua.patch similarity index 100% rename from package/lua/5.4.7/0002-shared-libs-for-lua.patch rename to package/lua/5.4.8/0002-shared-libs-for-lua.patch diff --git a/package/lua/5.4.7/0003-linenoise.patch b/package/lua/5.4.8/0003-linenoise.patch similarity index 100% rename from package/lua/5.4.7/0003-linenoise.patch rename to package/lua/5.4.8/0003-linenoise.patch diff --git a/package/lua/5.4.8/lua.hash b/package/lua/5.4.8/lua.hash new file mode 100644 index 0000000000..8494511529 --- /dev/null +++ b/package/lua/5.4.8/lua.hash @@ -0,0 +1,5 @@ +# Hashes from: https://www.lua.org/ftp/ +sha256 4f18ddae154e793e46eeab727c59ef1c0c0c2b744e7b94219710d76f530629ae lua-5.4.8.tar.gz + +# Locally computed +sha256 3773a4900f3539c56aea9d6cd48d71c8751d495c4abc28472706bb9553d1493c doc/readme.html diff --git a/package/lua/lua.mk b/package/lua/lua.mk index 15772dbdf3..455b7e58b2 100644 --- a/package/lua/lua.mk +++ b/package/lua/lua.mk @@ -5,7 +5,7 @@ ################################################################################ ifeq ($(BR2_PACKAGE_LUA_5_4),y) -LUA_VERSION = 5.4.7 +LUA_VERSION = 5.4.8 else ifeq ($(BR2_PACKAGE_LUA_5_3),y) LUA_VERSION = 5.3.6 else