File tree Expand file tree Collapse file tree 2 files changed +10
-11
lines changed Expand file tree Collapse file tree 2 files changed +10
-11
lines changed Original file line number Diff line number Diff line change 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
4
4
@@ -4,17 +4,17 @@
5
5
# == CHANGE THE SETTINGS BELOW TO SUIT YOUR ENVIRONMENT =======================
6
6
@@ -22,13 +22,13 @@ diff -uNr lua-5.4.4.orig/Makefile lua-5.4.4/Makefile
22
22
INSTALL_LMOD= $(INSTALL_TOP)/share/lua/$V
23
23
INSTALL_CMOD= $(INSTALL_TOP)/lib/lua/$V
24
24
25
- @@ -38,21 +38,22 @@
25
+ @@ -38,21 +38,21 @@
26
26
# 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
28
28
29
29
+ # Lua version and release.
30
30
+ V= 5.4
31
- + R= $V.7
31
+ + R= $V.8
32
32
+
33
33
# What to install.
34
34
TO_BIN= lua luac
@@ -39,8 +39,8 @@ diff -uNr lua-5.4.4.orig/Makefile lua-5.4.4/Makefile
39
39
40
40
- # Lua version and release.
41
41
- V= 5.4
42
- - R= $V.7
43
-
42
+ - R= $V.8
43
+ -
44
44
# Targets start here.
45
45
all: $(PLAT)
46
46
Original file line number Diff line number Diff line change @@ -2,10 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://www.lua.org/
2
2
TERMUX_PKG_DESCRIPTION=" Shared library for the Lua interpreter"
3
3
TERMUX_PKG_LICENSE=" MIT"
4
4
TERMUX_PKG_MAINTAINER=" @termux"
5
- TERMUX_PKG_VERSION=5.4.7
6
- TERMUX_PKG_REVISION=1
5
+ TERMUX_PKG_VERSION=5.4.8
7
6
TERMUX_PKG_SRCURL=https://www.lua.org/ftp/lua-${TERMUX_PKG_VERSION} .tar.gz
8
- TERMUX_PKG_SHA256=9fbf5e28ef86c69858f6d3d34eccc32e911c1a28b4120ff3e84aaa70cfbf1e30
7
+ TERMUX_PKG_SHA256=4f18ddae154e793e46eeab727c59ef1c0c0c2b744e7b94219710d76f530629ae
9
8
TERMUX_PKG_EXTRA_MAKE_ARGS=linux-readline
10
9
TERMUX_PKG_BUILD_IN_SRC=true
11
10
TERMUX_PKG_BREAKS=" liblua-dev"
You can’t perform that action at this time.
0 commit comments