Skip to content

Commit

Permalink
lua: Update from 5.3.4 to 5.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
fornwall committed Jul 11, 2018
1 parent 4c25130 commit b239ed1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/liblua/Makefile.patch
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ diff -u -r ../lua-5.3.4/Makefile ./Makefile

+# Lua version and release.
+V= 5.3
+R= $V.4
+R= $V.5
+
# What to install.
TO_BIN= lua luac
Expand Down
5 changes: 2 additions & 3 deletions packages/liblua/build.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
TERMUX_PKG_HOMEPAGE=https://www.lua.org/
TERMUX_PKG_DESCRIPTION="Shared library for the Lua interpreter"
TERMUX_PKG_VERSION=5.3.4
TERMUX_PKG_REVISION=3
TERMUX_PKG_VERSION=5.3.5
TERMUX_PKG_SHA256=0c2eed3f960446e1a3e4b9a1ca2f3ff893b6ce41942cf54d5dd59ab4b3b058ac
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
Expand Down

0 comments on commit b239ed1

Please sign in to comment.