summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
author Johannes Schoepfer2019-03-22 19:07:22 +0100
committer Willy Sudiarto Raharjo2019-03-22 19:07:22 +0100
commit2e523a68e607fb5c362b675ac48ff8074d2ed4f4 (patch)
treed13b485bb456d2e3b564b5870d83b483a074d6dc /games
parenta70cc8719b754367997c65a05ca15c4645cbda89 (diff)
downloadslackbuilds-2e523a68e607fb5c362b675ac48ff8074d2ed4f4.tar.gz
games/stockfish: Updated for version 10.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r--games/stockfish/README15
-rw-r--r--games/stockfish/slack-desc12
-rw-r--r--games/stockfish/stockfish.SlackBuild4
-rw-r--r--games/stockfish/stockfish.info8
4 files changed, 15 insertions, 24 deletions
diff --git a/games/stockfish/README b/games/stockfish/README
index eb67f3ece0..dd14db8255 100644
--- a/games/stockfish/README
+++ b/games/stockfish/README
@@ -1,12 +1,3 @@
-Stockfish is a free UCI chess engine derived from Glaurung 2.1. It is not a
-complete chess program and requires some UCI-compatible GUI (e.g. XBoard with
-PolyGlot, eboard, Arena, Sigma Chess, Shredder, Chess Partner or Fritz) in
-order to be used comfortably. Read the documentation for your GUI of choice
-for information about how to use Stockfish with it.
-
-This version of Stockfish supports up to 128 cores. The engine defaults to one
-search thread, so it is therefore recommended to inspect the value of the
-Threads UCI parameter, and to make sure it equals the number of CPU cores on
-your computer.
-
-This version of Stockfish has support for Syzygybases.
+Stockfish is a free UCI chess engine derived from Glaurung 2.1.
+It is not a complete chess program and requires some UCI-compatible GUI
+(e.g. XBoard/eboard with PolyGlot) in order to be used comfortably.
diff --git a/games/stockfish/slack-desc b/games/stockfish/slack-desc
index 9c078d3573..31a2c8e626 100644
--- a/games/stockfish/slack-desc
+++ b/games/stockfish/slack-desc
@@ -9,11 +9,11 @@
stockfish: stockfish (UCI chess engine)
stockfish:
stockfish: Stockfish is a free UCI chess engine derived from Glaurung 2.1.,
-stockfish: requireing some UCI-compatible GUI (e.g. XBoard with PolyGlot or
-stockfish: eboard).
-stockfish: It has support for Syzygybases and supports up to 128 cores.
-stockfish: The engine defaults to one search thread, so it is therefore
-stockfish: recommended to inspect the value of the Threads UCI parameter, and
-stockfish: to make sure it equals the number of CPU cores on your computer.
+stockfish: it requires an UCI-compatible GUI (e.g. XBoard/eboard with PolyGlot)
+stockfish: in order to be used comfortably.
stockfish:
stockfish: https://stockfishchess.org/
+stockfish:
+stockfish:
+stockfish:
+stockfish:
diff --git a/games/stockfish/stockfish.SlackBuild b/games/stockfish/stockfish.SlackBuild
index 21066de2c0..8b6c4a6aac 100644
--- a/games/stockfish/stockfish.SlackBuild
+++ b/games/stockfish/stockfish.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for stockfish
-# Copyright 2016 - 2018 Johannes Schoepfer, Germany
+# Copyright 2016 - 2019 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:-9}
+VERSION=${VERSION:-10}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/games/stockfish/stockfish.info b/games/stockfish/stockfish.info
index e61f8f8e38..6b8d45323d 100644
--- a/games/stockfish/stockfish.info
+++ b/games/stockfish/stockfish.info
@@ -1,10 +1,10 @@
PRGNAM="stockfish"
-VERSION="9"
+VERSION="10"
HOMEPAGE="https://stockfishchess.org/"
-DOWNLOAD="https://stockfish.s3.amazonaws.com/stockfish-9-src.zip"
-MD5SUM="421a7abbbb965842d176218bcd5691ac"
+DOWNLOAD="https://stockfishchess.org/files/stockfish-10-src.zip"
+MD5SUM="e125492c068d395ba97be572765f3886"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
MAINTAINER="Johannes Schoepfer"
-EMAIL="<slackbuilds[at]schoepfer[dot]info>"
+EMAIL="slackbuilds@schoepferinfo"