diff options
Diffstat (limited to 'games/xmoto/xmoto.SlackBuild')
-rw-r--r-- | games/xmoto/xmoto.SlackBuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/games/xmoto/xmoto.SlackBuild b/games/xmoto/xmoto.SlackBuild index 612e80883f299..6ca8bd0eb3b22 100644 --- a/games/xmoto/xmoto.SlackBuild +++ b/games/xmoto/xmoto.SlackBuild @@ -3,11 +3,14 @@ # Modified by the SlackBuilds.org project # Maintained by Alex Word <alex_word86@yahoo.com> +# 20240925 bkw: Modified by SlackBuilds.org, BUILD=2: +# - Bump BUILD for lua 5.4. + cd $(dirname $0) ; CWD=$(pwd) PRGNAM=xmoto VERSION=${VERSION:-0.6.1} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |