summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
author Johannes Schoepfer <slackbuilds@schoepfer.info>2020-01-20 06:44:16 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2020-01-20 06:44:16 +0700
commit2b1011179ac510c077a0eac643991090148f6271 (patch)
tree7db48010014cca21c72823a1082f797a7475cab3 /games
parentf85102f6f727e60f9086606654edb5df8a232fa0 (diff)
downloadslackbuilds-2b1011179ac510c077a0eac643991090148f6271.tar.gz
slackbuilds-2b1011179ac510c077a0eac643991090148f6271.tar.xz
games/stockfish: Updated for version 11.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r--games/stockfish/stockfish.SlackBuild10
-rw-r--r--games/stockfish/stockfish.info6
2 files changed, 8 insertions, 8 deletions
diff --git a/games/stockfish/stockfish.SlackBuild b/games/stockfish/stockfish.SlackBuild
index 8b6c4a6aac..3d3769db45 100644
--- a/games/stockfish/stockfish.SlackBuild
+++ b/games/stockfish/stockfish.SlackBuild
@@ -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 . \
diff --git a/games/stockfish/stockfish.info b/games/stockfish/stockfish.info
index 8b0bf0d0c2..6fa13698ba 100644
--- a/games/stockfish/stockfish.info
+++ b/games/stockfish/stockfish.info
@@ -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=""