Skip to content

Commit 81f2458

Browse files
committed
bump(main/liblua54): 5.4.8
1 parent bf63150 commit 81f2458

File tree

2 files changed

+10
-11
lines changed

2 files changed

+10
-11
lines changed

packages/liblua54/Makefile.patch

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
diff -uNr lua-5.4.4.orig/Makefile lua-5.4.4/Makefile
2-
--- lua-5.4.4.orig/Makefile 2021-11-04 21:55:27.000000000 +0530
3-
+++ lua-5.4.4/Makefile 2022-02-03 16:27:08.618116953 +0530
1+
diff -uNr lua-5.4.8-orig/Makefile lua-5.4.8/Makefile
2+
--- lua-5.4.8-orig/Makefile 2025-06-06 21:52:53.205415570 +0200
3+
+++ lua-5.4.8/Makefile 2025-06-06 21:54:30.407713545 +0200
44
@@ -4,17 +4,17 @@
55
# == CHANGE THE SETTINGS BELOW TO SUIT YOUR ENVIRONMENT =======================
66

@@ -22,13 +22,13 @@ diff -uNr lua-5.4.4.orig/Makefile lua-5.4.4/Makefile
2222
INSTALL_LMOD= $(INSTALL_TOP)/share/lua/$V
2323
INSTALL_CMOD= $(INSTALL_TOP)/lib/lua/$V
2424

25-
@@ -38,21 +38,22 @@
25+
@@ -38,21 +38,21 @@
2626
# Convenience platforms targets.
27-
PLATS= guess aix bsd c89 freebsd generic linux linux-readline macosx mingw posix solaris
27+
PLATS= guess aix bsd c89 freebsd generic ios linux linux-readline macosx mingw posix solaris
2828

2929
+# Lua version and release.
3030
+V= 5.4
31-
+R= $V.7
31+
+R= $V.8
3232
+
3333
# What to install.
3434
TO_BIN= lua luac
@@ -39,8 +39,8 @@ diff -uNr lua-5.4.4.orig/Makefile lua-5.4.4/Makefile
3939

4040
-# Lua version and release.
4141
-V= 5.4
42-
-R= $V.7
43-
42+
-R= $V.8
43+
-
4444
# Targets start here.
4545
all: $(PLAT)
4646

packages/liblua54/build.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://www.lua.org/
22
TERMUX_PKG_DESCRIPTION="Shared library for the Lua interpreter"
33
TERMUX_PKG_LICENSE="MIT"
44
TERMUX_PKG_MAINTAINER="@termux"
5-
TERMUX_PKG_VERSION=5.4.7
6-
TERMUX_PKG_REVISION=1
5+
TERMUX_PKG_VERSION=5.4.8
76
TERMUX_PKG_SRCURL=https://www.lua.org/ftp/lua-${TERMUX_PKG_VERSION}.tar.gz
8-
TERMUX_PKG_SHA256=9fbf5e28ef86c69858f6d3d34eccc32e911c1a28b4120ff3e84aaa70cfbf1e30
7+
TERMUX_PKG_SHA256=4f18ddae154e793e46eeab727c59ef1c0c0c2b744e7b94219710d76f530629ae
98
TERMUX_PKG_EXTRA_MAKE_ARGS=linux-readline
109
TERMUX_PKG_BUILD_IN_SRC=true
1110
TERMUX_PKG_BREAKS="liblua-dev"

0 commit comments

Comments
 (0)