diff options
author | B. Watson <urchlay@slackware.uk> | 2024-11-09 15:28:37 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-11-16 16:41:19 +0700 |
commit | 0e3af0954fa95a1ec0f2705c12be223bad10665b (patch) | |
tree | 714967256befe27f9e4ffd6bccd8fd7ff358b895 | |
parent | 6b1f8376c1911d6746864d636ef91f61585c6a96 (diff) |
games/nottetris2: 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/nottetris2/nottetris2.SlackBuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/games/nottetris2/nottetris2.SlackBuild b/games/nottetris2/nottetris2.SlackBuild index f761b01a8985..b34f4caad6c4 100644 --- a/games/nottetris2/nottetris2.SlackBuild +++ b/games/nottetris2/nottetris2.SlackBuild @@ -14,11 +14,14 @@ # 20230107 bkw: BUILD=2, include the SlackBuild in the doc dir. +# 20241009 bkw: Modified by SlackBuilds.org, BUILD=3: +# - Bump BUILD for luajit-2.1.x + cd $(dirname $0) ; CWD=$(pwd) PRGNAM=nottetris2 VERSION=${VERSION:-20110620} -BUILD=${BUILD:-2} +BUILD=${BUILD:-3} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |