From 2e523a68e607fb5c362b675ac48ff8074d2ed4f4 Mon Sep 17 00:00:00 2001 From: Johannes Schoepfer Date: Sat, 23 Mar 2019 01:07:22 +0700 Subject: games/stockfish: Updated for version 10. Signed-off-by: Willy Sudiarto Raharjo --- games/stockfish/README | 15 +++------------ games/stockfish/slack-desc | 12 ++++++------ games/stockfish/stockfish.SlackBuild | 4 ++-- games/stockfish/stockfish.info | 8 ++++---- 4 files changed, 15 insertions(+), 24 deletions(-) (limited to 'games/stockfish') 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="" +EMAIL="slackbuilds@schoepferinfo" -- cgit v1.2.3-65-gdbad