diff options
author | Marek Šrejma <marek@modweb.de> | 2023-12-12 11:21:32 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-12-13 01:48:21 +0700 |
commit | ac7cf172c82f81832babfde9579d89b56667efed (patch) | |
tree | 5e42e178b10267b5be6094e5d190d40d58ebf117 | |
parent | 97a385273084def44e3c43b4a1c20f137cde605d (diff) |
network/luakit: Rebuilt.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | network/luakit/luakit.SlackBuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/network/luakit/luakit.SlackBuild b/network/luakit/luakit.SlackBuild index 35dc0c18d81f..3b8a6136677f 100644 --- a/network/luakit/luakit.SlackBuild +++ b/network/luakit/luakit.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for luakit # Copyright 2013, Andrew Tkalia <anddt@yandex.ru>, Ukraine, Kyiv -# Updates 2018-2022 by Marek Šrejma <marek@modweb.de>, Germany +# Updates 2018-2023 by Marek Šrejma <marek@modweb.de>, Germany # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=luakit VERSION=${VERSION:-2.3.3} -BUILD=${BUILD:-2} +BUILD=${BUILD:-3} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} LUAJIT=${LUAJIT:-0} # 0 or 1 @@ -41,9 +41,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 |