From 2b1011179ac510c077a0eac643991090148f6271 Mon Sep 17 00:00:00 2001 From: Johannes Schoepfer Date: Mon, 20 Jan 2020 06:44:16 +0700 Subject: games/stockfish: Updated for version 11. Signed-off-by: Willy Sudiarto Raharjo --- games/stockfish/stockfish.SlackBuild | 10 +++++----- games/stockfish/stockfish.info | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'games') 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="" -- cgit v1.2.3