games/xonotic: Updated for version 0.8.1 + new maintainer.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Симон Болоканов 2016-03-27 07:46:09 +07:00 committed by David Spencer
parent 8142f55dec
commit 54cc360218
2 changed files with 6 additions and 11 deletions

View File

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=xonotic
VERSION=${VERSION:-0.7.0}
VERSION=${VERSION:-0.8.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -61,7 +61,6 @@ mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION Xonotic
unzip $CWD/$PRGNAM-$VERSION.zip
unzip $CWD/$PRGNAM-$VERSION-crypto.zip Xonotic/source/d0_blind_id/d0_rijndael.c
mv Xonotic $PRGNAM-$VERSION
cd $PRGNAM-$VERSION
chown -R root:root .

View File

@ -1,14 +1,10 @@
PRGNAM="xonotic"
VERSION="0.7.0"
VERSION="0.8.1"
HOMEPAGE="http://www.xonotic.org/"
DOWNLOAD=" \
http://dl.xonotic.org/xonotic-0.7.0.zip \
http://dl.xonotic.org/xonotic-0.7.0-crypto.zip"
MD5SUM=" \
eda7e8acadbefaf4b2efcfb70bbe98e2 \
9ec88281a9edcc17eee3476eb1064cff"
DOWNLOAD="http://dl.xonotic.org/xonotic-0.8.1.zip"
MD5SUM="f7a9cd8ab68a00336acca164f983b569"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
MAINTAINER="David Fillpot"
EMAIL="mfillpot@gmail.com"
MAINTAINER="Симонъ С. Болокановъ"
EMAIL="sbolokanov@abv.bg"