package/lua: bump to version 5.4.3
Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
8660403a06
commit
013652170f
@ -1,6 +0,0 @@
|
||||
# Hashes from: https://www.lua.org/ftp/
|
||||
md5 49c92d6a49faba342c35c52e1ac3f81e lua-5.4.2.tar.gz
|
||||
sha1 96d4a21393c94bed286b8dc0568f4bdde8730b22 lua-5.4.2.tar.gz
|
||||
|
||||
# Locally computed
|
||||
sha256 17bd5781d5dfa8c946fea639984fcbcb499d8bb3056a3c2cb5c15c3da5d1c207 doc/readme.html
|
@ -6,7 +6,7 @@ Index: b/src/luaconf.h
|
||||
===================================================================
|
||||
--- a/src/luaconf.h
|
||||
+++ b/src/luaconf.h
|
||||
@@ -212,7 +212,7 @@
|
||||
@@ -217,7 +217,7 @@
|
||||
|
||||
#else /* }{ */
|
||||
|
@ -8,7 +8,7 @@ Index: b/src/lua.c
|
||||
===================================================================
|
||||
--- a/src/lua.c
|
||||
+++ b/src/lua.c
|
||||
@@ -401,6 +401,14 @@
|
||||
@@ -421,6 +421,14 @@
|
||||
#define lua_saveline(L,line) ((void)L, add_history(line))
|
||||
#define lua_freeline(L,b) ((void)L, free(b))
|
||||
|
6
package/lua/5.4.3/lua.hash
Normal file
6
package/lua/5.4.3/lua.hash
Normal file
@ -0,0 +1,6 @@
|
||||
# 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
|
@ -5,7 +5,7 @@
|
||||
################################################################################
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LUA_5_4),y)
|
||||
LUA_VERSION = 5.4.2
|
||||
LUA_VERSION = 5.4.3
|
||||
else ifeq ($(BR2_PACKAGE_LUA_5_3),y)
|
||||
LUA_VERSION = 5.3.6
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user