diff options
Diffstat (limited to 'games')
-rw-r--r-- | games/instead/instead.SlackBuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/games/instead/instead.SlackBuild b/games/instead/instead.SlackBuild index 815748ffe007..942ac02ecfc4 100644 --- a/games/instead/instead.SlackBuild +++ b/games/instead/instead.SlackBuild @@ -3,11 +3,14 @@ # Written by Andrew Lobanov <spline @ rooker dot ru> +# 20241009 bkw: Modified by SlackBuilds.org, BUILD=2: +# - Bump BUILD for luajit-2.1.x + cd $(dirname $0) ; CWD=$(pwd) PRGNAM=instead VERSION=${VERSION:-3.5.0} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |