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

@@ -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