liblua53: Bump to 5.3.6

This commit is contained in:
Tee KOBAYASHI 2022-11-23 02:28:29 +09:00 committed by xtkoba
parent 09411e7349
commit 5bdda0b39a
3 changed files with 5 additions and 5 deletions

View File

@ -28,7 +28,7 @@ diff -uNr lua-5.3.5/Makefile lua-5.3.5.mod/Makefile
+# Lua version and release.
+V= 5.3
+R= $V.5
+R= $V.6
+
# What to install.
TO_BIN= lua luac
@ -39,7 +39,7 @@ diff -uNr lua-5.3.5/Makefile lua-5.3.5.mod/Makefile
-# Lua version and release.
-V= 5.3
-R= $V.4
-R= $V.6
-
# 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 (v5.3.x)"
TERMUX_PKG_LICENSE="MIT"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=5.3.5
TERMUX_PKG_REVISION=10
TERMUX_PKG_VERSION=5.3.6
TERMUX_PKG_SRCURL=https://www.lua.org/ftp/lua-${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=0c2eed3f960446e1a3e4b9a1ca2f3ff893b6ce41942cf54d5dd59ab4b3b058ac
TERMUX_PKG_SHA256=fc5fd69bb8736323f026672b1b7235da613d7177e72558893a0bdcd320466d60
TERMUX_PKG_EXTRA_MAKE_ARGS=linux
TERMUX_PKG_BUILD_IN_SRC=true
TERMUX_PKG_BREAKS="liblua-dev, liblua (<< 5.3.5-6)"

View File

@ -1,5 +1,6 @@
TERMUX_SUBPKG_INCLUDE="bin/ share/man/man1/"
TERMUX_SUBPKG_DESCRIPTION="Simple, extensible, embeddable programming language"
TERMUX_SUBPKG_DEPEND_ON_PARENT=no
TERMUX_SUBPKG_DEPENDS="readline"
TERMUX_SUBPKG_BREAKS="lua (<< 5.3.5-6)"
TERMUX_SUBPKG_REPLACES="lua (<< 5.3.5-6)"