diff options
author | B. Watson <urchlay@slackware.uk> | 2024-11-09 15:28:22 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-11-16 16:41:17 +0700 |
commit | 7ee62a8b27869987c8dcb48a6229593ea3908d3e (patch) | |
tree | a6692a05e220d662a242d896976b65bde9502457 | |
parent | 89747f801e45ca165b9bb4a5d38a7bd8da689fdf (diff) |
games/fillets-ng: Bump BUILD for new luajit.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | games/fillets-ng/fillets-ng.SlackBuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/games/fillets-ng/fillets-ng.SlackBuild b/games/fillets-ng/fillets-ng.SlackBuild index c591ce4ef1ee..4cad3707873b 100644 --- a/games/fillets-ng/fillets-ng.SlackBuild +++ b/games/fillets-ng/fillets-ng.SlackBuild @@ -25,11 +25,14 @@ # 20241103 bkw: Modified by SlackBuilds.org, BUILD=3: build with lua51. # 20241018 bkw: Modified by SlackBuilds.org, BUILD=2: build with luajit. +# 20241009 bkw: Modified by SlackBuilds.org, BUILD=4: +# - Bump BUILD for luajit-2.1.x + cd $(dirname $0) ; CWD=$(pwd) PRGNAM=fillets-ng VERSION=${VERSION:-1.0.1} -BUILD=${BUILD:-3} +BUILD=${BUILD:-4} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |