package/lua: bump to version 5.4.2

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2021.05.x
Francois Perrad 2020-12-03 18:36:40 +01:00 committed by Thomas Petazzoni
parent 574eba32a2
commit 79d7d5840e
6 changed files with 9 additions and 9 deletions

View File

@ -1,6 +0,0 @@
# Hashes from: http://www.lua.org/ftp/
md5 1d575faef1c907292edd79e7a2784d30 lua-5.4.1.tar.gz
sha1 88961e7d4fda58ca2c6163938fd48db8880e803d lua-5.4.1.tar.gz
# Locally computed
sha256 c202c5ff3b0c7a0ff2b215fff534c4b4018554843d23ac6eca3d97533b3ad97f doc/readme.html

View File

@ -6,7 +6,7 @@ Index: b/src/luaconf.h
===================================================================
--- a/src/luaconf.h
+++ b/src/luaconf.h
@@ -227,7 +227,7 @@
@@ -212,7 +212,7 @@
#else /* }{ */

View File

@ -0,0 +1,6 @@
# 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

View File

@ -5,13 +5,13 @@
################################################################################
ifeq ($(BR2_PACKAGE_LUA_5_4),y)
LUA_VERSION = 5.4.1
LUA_VERSION = 5.4.2
else ifeq ($(BR2_PACKAGE_LUA_5_3),y)
LUA_VERSION = 5.3.6
else
LUA_VERSION = 5.1.5
endif
LUA_SITE = http://www.lua.org/ftp
LUA_SITE = https://www.lua.org/ftp
LUA_INSTALL_STAGING = YES
LUA_LICENSE = MIT
ifeq ($(BR2_PACKAGE_LUA_5_3)$(BR2_PACKAGE_LUA_5_4),y)