package/lua: bump to version 5.4.4

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
Francois Perrad
2022-01-26 15:55:02 +01:00
committed by Arnout Vandecappelle (Essensium/Mind)
parent 1c667a1140
commit 4f9a565902
6 changed files with 8 additions and 8 deletions

View File

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