diff options
author | B. Watson <urchlay@slackware.uk> | 2024-11-09 15:28:24 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-11-16 16:41:17 +0700 |
commit | 4a4efbaf4e1594e9da5a50ba53597a474ca242fa (patch) | |
tree | 9685fff70b0cbb9817e8a3f0d77cbffba013bbc4 | |
parent | 7ee62a8b27869987c8dcb48a6229593ea3908d3e (diff) |
games/freeminer: 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/freeminer/freeminer.SlackBuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/games/freeminer/freeminer.SlackBuild b/games/freeminer/freeminer.SlackBuild index 58ec97f5c783..cafb64779b96 100644 --- a/games/freeminer/freeminer.SlackBuild +++ b/games/freeminer/freeminer.SlackBuild @@ -40,12 +40,15 @@ # downloaded some content, then dropped the connection. Hope that's # OK. +# 20241009 bkw: Modified by SlackBuilds.org, BUILD=2: +# - Bump BUILD for luajit-2.1.x + cd $(dirname $0) ; CWD=$(pwd) PRGNAM=freeminer VERSION=${VERSION:-0.4.14.8+20211109_80629f4} SRCVER=80629f40a85fccafaefea1a490d9ca384f73493f -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |