From ef1d4aab73dd00449e35e0749d479fe85e599726 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Babiarz?= <5783815+sauler@users.noreply.github.com> Date: Thu, 16 Dec 2021 22:23:40 +0100 Subject: [PATCH] Ports: Updated lua port to version 5.3.6 --- Ports/AvailablePorts.md | 2 +- Ports/lua/package.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Ports/AvailablePorts.md b/Ports/AvailablePorts.md index 737cd589d3b..6e09c143ec0 100644 --- a/Ports/AvailablePorts.md +++ b/Ports/AvailablePorts.md @@ -97,7 +97,7 @@ Please make sure to keep this list up to date when adding and updating ports. :^ | [`libzip`](libzip/) | libzip | 1.7.3 | https://libzip.org/ | | [`links`](links/) | Links web browser | 2.25 | http://links.twibright.com/ | | [`llvm`](llvm/) | LLVM | 13.0.0 | https://llvm.org/ | -| [`lua`](lua/) | Lua | 5.3.5 | https://www.lua.org/ | +| [`lua`](lua/) | Lua | 5.3.6 | https://www.lua.org/ | | [`lure`](lure/) | Lure of the Temptress | 1.1 | https://www.scummvm.org/games/#games-lure | | [`m4`](m4/) | GNU M4 | 1.4.9 | https://www.gnu.org/software/m4/ | | [`make`](make/) | GNU make | 4.3 | https://www.gnu.org/software/make/ | diff --git a/Ports/lua/package.sh b/Ports/lua/package.sh index 931d1d95ed1..928ad9e3684 100755 --- a/Ports/lua/package.sh +++ b/Ports/lua/package.sh @@ -1,7 +1,7 @@ #!/usr/bin/env -S bash ../.port_include.sh port=lua -version=5.3.5 -files="http://www.lua.org/ftp/lua-${version}.tar.gz lua-${version}.tar.gz 0c2eed3f960446e1a3e4b9a1ca2f3ff893b6ce41942cf54d5dd59ab4b3b058ac" +version=5.3.6 +files="http://www.lua.org/ftp/lua-${version}.tar.gz lua-${version}.tar.gz fc5fd69bb8736323f026672b1b7235da613d7177e72558893a0bdcd320466d60" auth_type=sha256 makeopts=("-j$(nproc)" "serenity") installopts=("INSTALL_TOP=${SERENITY_INSTALL_ROOT}/usr/local")