games/atanks: Updated for version 6.6.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Eugene M 2021-08-20 22:04:29 +05:00 committed by Willy Sudiarto Raharjo
parent 569b3356ff
commit bf7d03bdda
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 8 additions and 5 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for atanks
# Copyright 2015-2016 Eugene M., <damagedone at gmx dot com>
# Copyright 2015-2021 Eugene M., <damagedone at gmx dot com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=atanks
VERSION=${VERSION:-6.5}
VERSION=${VERSION:-6.6}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -93,5 +93,8 @@ mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
cat $CWD/doinst.sh > $PKG/install/doinst.sh
install -Dm644 atanks.desktop $PKG/usr/share/applications/atanks.desktop
install -Dm644 atanks.png $PKG/usr/share/pixmaps/atanks.png
cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE

View file

@ -1,8 +1,8 @@
PRGNAM="atanks"
VERSION="6.5"
VERSION="6.6"
HOMEPAGE="http://atanks.sourceforge.net/"
DOWNLOAD="http://downloads.sourceforge.net/project/atanks/atanks/atanks-6.5/atanks-6.5.tar.gz"
MD5SUM="3182d080ea71c3837af57f3651b55025"
DOWNLOAD="http://downloads.sourceforge.net/project/atanks/atanks/atanks-6.6/atanks-6.6.tar.gz"
MD5SUM="f53bbb0017d1ed79045085f6a36c85a8"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="allegro4"