diff options
Diffstat (limited to 'games/nottetris2/nottetris2.SlackBuild')
-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} |