lua54: update to 5.4.4 (#8777)

This commit is contained in:
Arun 2022-02-06 14:48:37 +05:30 committed by GitHub
parent eb3ebc715a
commit 50b5e96da3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 10 deletions

View File

@ -1,6 +1,6 @@
diff -uNr lua-5.4.1/Makefile lua-5.4.1.mod/Makefile
--- lua-5.4.1/Makefile 2020-09-30 12:41:43.000000000 +0300
+++ lua-5.4.1.mod/Makefile 2020-11-10 21:37:18.308774443 +0200
diff -uNr lua-5.4.4.orig/Makefile lua-5.4.4/Makefile
--- lua-5.4.4.orig/Makefile 2021-11-04 21:55:27.000000000 +0530
+++ lua-5.4.4/Makefile 2022-02-03 16:27:08.618116953 +0530
@@ -4,17 +4,17 @@
# == CHANGE THE SETTINGS BELOW TO SUIT YOUR ENVIRONMENT =======================
@ -22,13 +22,13 @@ diff -uNr lua-5.4.1/Makefile lua-5.4.1.mod/Makefile
INSTALL_LMOD= $(INSTALL_TOP)/share/lua/$V
INSTALL_CMOD= $(INSTALL_TOP)/lib/lua/$V
@@ -38,21 +38,21 @@
@@ -38,21 +38,22 @@
# Convenience platforms targets.
PLATS= guess aix bsd c89 freebsd generic linux linux-readline macosx mingw posix solaris
+# Lua version and release.
+V= 5.4
+R= $V.3
+R= $V.4
+
# What to install.
TO_BIN= lua luac
@ -39,8 +39,8 @@ diff -uNr lua-5.4.1/Makefile lua-5.4.1.mod/Makefile
-# Lua version and release.
-V= 5.4
-R= $V.3
-
-R= $V.4
# Targets start here.
all: $(PLAT)

View File

@ -2,10 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://www.lua.org/
TERMUX_PKG_DESCRIPTION="Shared library for the Lua interpreter"
TERMUX_PKG_LICENSE="MIT"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=5.4.3
TERMUX_PKG_REVISION=6
TERMUX_PKG_VERSION=5.4.4
TERMUX_PKG_SRCURL=https://www.lua.org/ftp/lua-${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=f8612276169e3bfcbcfb8f226195bfc6e466fe13042f1076cbde92b7ec96bbfb
TERMUX_PKG_SHA256=164c7849653b80ae67bec4b7473b884bf5cc8d2dca05653475ec2ed27b9ebf61
TERMUX_PKG_EXTRA_MAKE_ARGS=linux-readline
TERMUX_PKG_BUILD_IN_SRC=true
TERMUX_PKG_BREAKS="liblua-dev"