package/lua: bump to version 5.4.6

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Francois Perrad 2023-05-14 16:45:12 +02:00 committed by Peter Korsgaard
parent fd5afab7b6
commit 603df32a0c
7 changed files with 9 additions and 9 deletions

View File

@ -949,9 +949,9 @@ package/lua/5.1.5/0012-fix-reader-at-eoz.patch Upstream
package/lua/5.3.6/0001-root-path.patch Upstream
package/lua/5.3.6/0002-shared-libs-for-lua.patch Upstream
package/lua/5.3.6/0003-linenoise.patch Upstream
package/lua/5.4.5/0001-root-path.patch Upstream
package/lua/5.4.5/0002-shared-libs-for-lua.patch Upstream
package/lua/5.4.5/0011-linenoise.patch Upstream
package/lua/5.4.6/0001-root-path.patch Upstream
package/lua/5.4.6/0002-shared-libs-for-lua.patch Upstream
package/lua/5.4.6/0011-linenoise.patch Upstream
package/luajit/0001-no-bin-symlink.patch Upstream
package/luajit/0002-install-inc.patch Upstream
package/luasyslog/0001-remove-AX_LUA_LIBS.patch Upstream

View File

@ -1,5 +0,0 @@
# Hashes from: https://www.lua.org/ftp/
sha256 59df426a3d50ea535a460a452315c4c0d4e1121ba72ff0bdde58c2ef31d6f444 lua-5.4.5.tar.gz
# Locally computed
sha256 0d4ee721cf740f9cd878ef82ef75f4f2724dcf0403e56cd0b5643ad88f9de337 doc/readme.html

View File

@ -0,0 +1,5 @@
# Hashes from: https://www.lua.org/ftp/
sha256 7d5ea1b9cb6aa0b59ca3dde1c6adcb57ef83a1ba8e5432c0ecd06bf439b3ad88 lua-5.4.6.tar.gz
# Locally computed
sha256 8f1bff27c5b0585ab679dbe4e37e75a1014af0f79732f42a79f86728321a0c6d doc/readme.html

View File

@ -5,7 +5,7 @@
################################################################################
ifeq ($(BR2_PACKAGE_LUA_5_4),y)
LUA_VERSION = 5.4.5
LUA_VERSION = 5.4.6
else ifeq ($(BR2_PACKAGE_LUA_5_3),y)
LUA_VERSION = 5.3.6
else