games/stockfish: Updated for version 11.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Johannes Schoepfer 2020-01-20 06:44:16 +07:00 committed by Willy Sudiarto Raharjo
parent f85102f6f7
commit 2b1011179a
2 changed files with 8 additions and 8 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for stockfish
# Copyright 2016 - 2019 Johannes Schoepfer, Germany
# Copyright 2016 - 2020 Johannes Schoepfer, Germany
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=stockfish
VERSION=${VERSION:-10}
VERSION=${VERSION:-11}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -59,9 +59,9 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM
unzip -d $PRGNAM $CWD/$PRGNAM-$VERSION-src.zip
cd $PRGNAM
rm -rf Stockfish-sf_$VERSION
tar vxf $CWD/Stockfish-$VERSION.tar.gz
cd Stockfish-sf_$VERSION
chown -R root:root .
find -L . \

View file

@ -1,8 +1,8 @@
PRGNAM="stockfish"
VERSION="10"
VERSION="11"
HOMEPAGE="https://stockfishchess.org/"
DOWNLOAD="https://stockfishchess.org/files/stockfish-10-src.zip"
MD5SUM="e125492c068d395ba97be572765f3886"
DOWNLOAD="https://github.com/official-stockfish/Stockfish/archive/sf_11/Stockfish-11.tar.gz"
MD5SUM="dd5b554e66c249343b674d45453a8bba"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""