diff options
author | B. Watson <urchlay@slackware.uk> | 2024-11-09 15:28:34 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-11-16 16:41:18 +0700 |
commit | ee51b4441befa8002dd1123ed1c3758d52c98805 (patch) | |
tree | 229bee99318da7ad2d95ffae565094fdcafa087c | |
parent | 41fa62aa8da2db1abdb37b5d266f412a626d14eb (diff) |
games/mrrescue: 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/mrrescue/mrrescue.SlackBuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/games/mrrescue/mrrescue.SlackBuild b/games/mrrescue/mrrescue.SlackBuild index 7803da1cbf06..3f56c99c0395 100644 --- a/games/mrrescue/mrrescue.SlackBuild +++ b/games/mrrescue/mrrescue.SlackBuild @@ -11,11 +11,14 @@ # for love-11.x support (someone upgraded love and didn't bother to tell # me so this has been broken for ~2 year). +# 20241009 bkw: Modified by SlackBuilds.org, BUILD=3: +# - Bump BUILD for luajit-2.1.x + cd $(dirname $0) ; CWD=$(pwd) PRGNAM=mrrescue VERSION=${VERSION:-1.02e+20180818_a5be73c} -BUILD=${BUILD:-2} +BUILD=${BUILD:-3} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |