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