liblua54: Bump to 5.4.5

This commit is contained in:
Tee KOBAYASHI 2023-04-30 01:52:38 +09:00 committed by xtkoba
parent 94a63f7696
commit 5412c9e7e8
2 changed files with 4 additions and 4 deletions

View File

@ -28,7 +28,7 @@ diff -uNr lua-5.4.4.orig/Makefile lua-5.4.4/Makefile
+# Lua version and release.
+V= 5.4
+R= $V.4
+R= $V.5
+
# What to install.
TO_BIN= lua luac
@ -39,7 +39,7 @@ diff -uNr lua-5.4.4.orig/Makefile lua-5.4.4/Makefile
-# Lua version and release.
-V= 5.4
-R= $V.4
-R= $V.5
# Targets start here.
all: $(PLAT)

View File

@ -2,9 +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.4
TERMUX_PKG_VERSION=5.4.5
TERMUX_PKG_SRCURL=https://www.lua.org/ftp/lua-${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=164c7849653b80ae67bec4b7473b884bf5cc8d2dca05653475ec2ed27b9ebf61
TERMUX_PKG_SHA256=59df426a3d50ea535a460a452315c4c0d4e1121ba72ff0bdde58c2ef31d6f444
TERMUX_PKG_EXTRA_MAKE_ARGS=linux-readline
TERMUX_PKG_BUILD_IN_SRC=true
TERMUX_PKG_BREAKS="liblua-dev"