diff options
author | Eugene M <damagedone@gmx.com> | 2016-11-04 07:08:53 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-11-04 07:08:53 +0700 |
commit | bde11b33fdc91bad719999b8c7491065fa824aaa (patch) | |
tree | 3916711c6f3efd5c66c89362b84adf8fba0a57a1 /games/atanks/atanks.SlackBuild | |
parent | 731b7baf590ba3751c5f09e048749994d24cc1e7 (diff) |
games/atanks: Updated for version 6.5.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/atanks/atanks.SlackBuild')
-rw-r--r-- | games/atanks/atanks.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/atanks/atanks.SlackBuild b/games/atanks/atanks.SlackBuild index 2a99cb55bdb2..a640ed39792b 100644 --- a/games/atanks/atanks.SlackBuild +++ b/games/atanks/atanks.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for atanks -# Copyright 2015 - 2016 Eugene M., <damagedone at gmx dot com> +# Copyright 2015-2016 Eugene M., <damagedone at gmx dot com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,8 +23,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=atanks -VERSION=${VERSION:-6.4} -BUILD=${BUILD:-2} +VERSION=${VERSION:-6.5} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then |