summaryrefslogtreecommitdiffstats
path: root/games/stockfish
diff options
context:
space:
mode:
author Johannes Schoepfer2018-05-05 11:02:30 +0200
committer Willy Sudiarto Raharjo2018-05-12 01:58:22 +0200
commitaf71010d98b557d9aee410cd16e38cc47d447a6b (patch)
tree174aa9e45942c83c4fdf27a55fb4821c44afc3a8 /games/stockfish
parent52feb0a4d6ecd866115b95bd603645fe874b30c0 (diff)
downloadslackbuilds-af71010d98b557d9aee410cd16e38cc47d447a6b.tar.gz
games/stockfish: Updated for version 9.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games/stockfish')
-rw-r--r--games/stockfish/stockfish.SlackBuild8
-rw-r--r--games/stockfish/stockfish.info6
2 files changed, 7 insertions, 7 deletions
diff --git a/games/stockfish/stockfish.SlackBuild b/games/stockfish/stockfish.SlackBuild
index aaaf1453f5..21066de2c0 100644
--- a/games/stockfish/stockfish.SlackBuild
+++ b/games/stockfish/stockfish.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for stockfish
-# Copyright 2016 Johannes Schoepfer
+# Copyright 2016 - 2018 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:-8}
+VERSION=${VERSION:-9}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -60,8 +60,8 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM
-unzip $CWD/$PRGNAM-$VERSION-src.zip
-cd $PRGNAM-$VERSION-src
+unzip -d $PRGNAM $CWD/$PRGNAM-$VERSION-src.zip
+cd $PRGNAM
chown -R root:root .
find -L . \
diff --git a/games/stockfish/stockfish.info b/games/stockfish/stockfish.info
index a3fb4adf87..e61f8f8e38 100644
--- a/games/stockfish/stockfish.info
+++ b/games/stockfish/stockfish.info
@@ -1,8 +1,8 @@
PRGNAM="stockfish"
-VERSION="8"
+VERSION="9"
HOMEPAGE="https://stockfishchess.org/"
-DOWNLOAD="https://stockfish.s3.amazonaws.com/stockfish-8-src.zip"
-MD5SUM="fa9797045a76f9b76596d7a0d5ca7b69"
+DOWNLOAD="https://stockfish.s3.amazonaws.com/stockfish-9-src.zip"
+MD5SUM="421a7abbbb965842d176218bcd5691ac"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""