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

@ -1,6 +0,0 @@
# Hashes from: https://www.lua.org/ftp/
md5 ef63ed2ecfb713646a7fcc583cf5f352 lua-5.4.3.tar.gz
sha1 1dda2ef23a9828492b4595c0197766de6e784bc7 lua-5.4.3.tar.gz
# Locally computed
sha256 d205bfea131113bcdd64d4ebe4a50ce34063b42bad24b93e44b4b0d853ae4d49 doc/readme.html

View File

@ -8,7 +8,7 @@ Index: b/src/lua.c
===================================================================
--- a/src/lua.c
+++ b/src/lua.c
@@ -421,6 +421,14 @@
@@ -428,6 +428,14 @@
#define lua_saveline(L,line) ((void)L, add_history(line))
#define lua_freeline(L,b) ((void)L, free(b))

View File

@ -0,0 +1,6 @@
# Hashes from: https://www.lua.org/ftp/
md5 bd8ce7069ff99a400efd14cf339a727b lua-5.4.4.tar.gz
sha1 03c27684b9d5d9783fb79a7c836ba1cdc5f309cd lua-5.4.4.tar.gz
# Locally computed
sha256 2556ac7198243f9f83130b9c81016e1904f7b30351481f1c28e02475dbd237fb doc/readme.html

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