mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 08:30:47 -09:00
package/lua: bump to version 5.4.7
Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
This commit is contained in:
committed by
Arnout Vandecappelle
parent
69cbb563a1
commit
d501775773
@@ -894,9 +894,9 @@ package/lua/5.1.5/0012-fix-reader-at-eoz.patch lib_patch.Upstream
|
||||
package/lua/5.3.6/0001-root-path.patch lib_patch.Upstream
|
||||
package/lua/5.3.6/0002-shared-libs-for-lua.patch lib_patch.Upstream
|
||||
package/lua/5.3.6/0003-linenoise.patch lib_patch.Upstream
|
||||
package/lua/5.4.6/0001-root-path.patch lib_patch.Upstream
|
||||
package/lua/5.4.6/0002-shared-libs-for-lua.patch lib_patch.Upstream
|
||||
package/lua/5.4.6/0011-linenoise.patch lib_patch.Upstream
|
||||
package/lua/5.4.7/0001-root-path.patch lib_patch.Upstream
|
||||
package/lua/5.4.7/0002-shared-libs-for-lua.patch lib_patch.Upstream
|
||||
package/lua/5.4.7/0003-linenoise.patch lib_patch.Upstream
|
||||
package/luajit/0001-no-bin-symlink.patch lib_patch.Upstream
|
||||
package/luajit/0002-install-inc.patch lib_patch.Upstream
|
||||
package/luasyslog/0001-remove-AX_LUA_LIBS.patch lib_patch.Upstream
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
# Hashes from: https://www.lua.org/ftp/
|
||||
sha256 7d5ea1b9cb6aa0b59ca3dde1c6adcb57ef83a1ba8e5432c0ecd06bf439b3ad88 lua-5.4.6.tar.gz
|
||||
|
||||
# Locally computed
|
||||
sha256 8f1bff27c5b0585ab679dbe4e37e75a1014af0f79732f42a79f86728321a0c6d doc/readme.html
|
||||
@@ -8,7 +8,7 @@ Index: b/src/lua.c
|
||||
===================================================================
|
||||
--- a/src/lua.c
|
||||
+++ b/src/lua.c
|
||||
@@ -438,6 +438,14 @@
|
||||
@@ -447,6 +447,14 @@
|
||||
#define lua_saveline(L,line) ((void)L, add_history(line))
|
||||
#define lua_freeline(L,b) ((void)L, free(b))
|
||||
|
||||
5
package/lua/5.4.7/lua.hash
Normal file
5
package/lua/5.4.7/lua.hash
Normal file
@@ -0,0 +1,5 @@
|
||||
# Hashes from: https://www.lua.org/ftp/
|
||||
sha256 9fbf5e28ef86c69858f6d3d34eccc32e911c1a28b4120ff3e84aaa70cfbf1e30 lua-5.4.7.tar.gz
|
||||
|
||||
# Locally computed
|
||||
sha256 33a975a766520bc54de2d71e45442e504effa0519e331e31ee3fc46eca4f98bd doc/readme.html
|
||||
@@ -5,7 +5,7 @@
|
||||
################################################################################
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LUA_5_4),y)
|
||||
LUA_VERSION = 5.4.6
|
||||
LUA_VERSION = 5.4.7
|
||||
else ifeq ($(BR2_PACKAGE_LUA_5_3),y)
|
||||
LUA_VERSION = 5.3.6
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user