diff --git a/lang/lua5.4/Makefile b/lang/lua5.4/Makefile index b525c9a69..3db0e300f 100644 --- a/lang/lua5.4/Makefile +++ b/lang/lua5.4/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=lua -PKG_VERSION:=5.4.6 +PKG_VERSION:=5.4.7 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://www.lua.org/ftp/ \ https://www.tecgraf.puc-rio.br/lua/ftp/ -PKG_HASH:=7d5ea1b9cb6aa0b59ca3dde1c6adcb57ef83a1ba8e5432c0ecd06bf439b3ad88 +PKG_HASH:=9fbf5e28ef86c69858f6d3d34eccc32e911c1a28b4120ff3e84aaa70cfbf1e30 PKG_BUILD_PARALLEL:=1 PKG_MAINTAINER:=Christian Marangi diff --git a/lang/lua5.4/patches-host/001-include-version-number.patch b/lang/lua5.4/patches-host/001-include-version-number.patch index 99c225eed..d3d8b9457 100644 --- a/lang/lua5.4/patches-host/001-include-version-number.patch +++ b/lang/lua5.4/patches-host/001-include-version-number.patch @@ -33,7 +33,7 @@ Signed-off-by: Rafał Miłecki # Lua version and release. V= 5.4 -@@ -52,7 +52,7 @@ R= $V.6 +@@ -52,7 +52,7 @@ R= $V.7 all: $(PLAT) $(PLATS) help test clean: diff --git a/lang/lua5.4/patches/001-include-version-number.patch b/lang/lua5.4/patches/001-include-version-number.patch index 99c225eed..d3d8b9457 100644 --- a/lang/lua5.4/patches/001-include-version-number.patch +++ b/lang/lua5.4/patches/001-include-version-number.patch @@ -33,7 +33,7 @@ Signed-off-by: Rafał Miłecki # Lua version and release. V= 5.4 -@@ -52,7 +52,7 @@ R= $V.6 +@@ -52,7 +52,7 @@ R= $V.7 all: $(PLAT) $(PLATS) help test clean: diff --git a/lang/lua5.4/patches/020-shared_liblua.patch b/lang/lua5.4/patches/020-shared_liblua.patch index f2bed5158..615cda1da 100644 --- a/lang/lua5.4/patches/020-shared_liblua.patch +++ b/lang/lua5.4/patches/020-shared_liblua.patch @@ -43,7 +43,7 @@ --- a/src/lundump.h +++ b/src/lundump.h -@@ -30,7 +30,7 @@ +@@ -29,7 +29,7 @@ LUAI_FUNC LClosure* luaU_undump (lua_State* L, ZIO* Z, const char* name); /* dump one chunk; from ldump.c */