lua: Update from 5.3.3 to 5.3.4
This commit is contained in:
parent
341728f512
commit
b32d84878c
@ -1,6 +1,6 @@
|
||||
diff -r -u ../lua-5.3.3/Makefile ./Makefile
|
||||
--- ../lua-5.3.3/Makefile 2016-01-14 02:13:47.000000000 +0100
|
||||
+++ ./Makefile 2017-01-18 00:40:05.179293935 +0100
|
||||
diff -u -r ../lua-5.3.4/Makefile ./Makefile
|
||||
--- ../lua-5.3.4/Makefile 2016-12-20 17:26:08.000000000 +0100
|
||||
+++ ./Makefile 2017-02-02 01:32:24.472329105 +0100
|
||||
@@ -4,17 +4,17 @@
|
||||
# == CHANGE THE SETTINGS BELOW TO SUIT YOUR ENVIRONMENT =======================
|
||||
|
||||
@ -28,7 +28,7 @@ diff -r -u ../lua-5.3.3/Makefile ./Makefile
|
||||
|
||||
+# Lua version and release.
|
||||
+V= 5.3
|
||||
+R= $V.3
|
||||
+R= $V.4
|
||||
+
|
||||
# What to install.
|
||||
TO_BIN= lua luac
|
||||
@ -39,7 +39,7 @@ diff -r -u ../lua-5.3.3/Makefile ./Makefile
|
||||
|
||||
-# Lua version and release.
|
||||
-V= 5.3
|
||||
-R= $V.3
|
||||
-R= $V.4
|
||||
-
|
||||
# Targets start here.
|
||||
all: $(PLAT)
|
||||
|
@ -1,8 +1,8 @@
|
||||
TERMUX_PKG_HOMEPAGE=https://www.lua.org/
|
||||
TERMUX_PKG_DESCRIPTION="Shared library for the Lua interpreter"
|
||||
TERMUX_PKG_VERSION=5.3.3
|
||||
TERMUX_PKG_REVISION=4
|
||||
TERMUX_PKG_VERSION=5.3.4
|
||||
TERMUX_PKG_SRCURL=https://www.lua.org/ftp/lua-${TERMUX_PKG_VERSION}.tar.gz
|
||||
TERMUX_PKG_SHA256=f681aa518233bc407e23acf0f5887c884f17436f000d453b2491a9f11a52400c
|
||||
TERMUX_PKG_EXTRA_MAKE_ARGS=linux
|
||||
TERMUX_PKG_BUILD_IN_SRC=yes
|
||||
TERMUX_PKG_CONFLICTS=libluajit
|
||||
|
Loading…
Reference in New Issue
Block a user