Browse Source
games/stockfish: Updated for version 17.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/249/head
Johannes Schoepfer
1 year ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
8 additions and
8 deletions
-
games/stockfish/stockfish.SlackBuild
-
games/stockfish/stockfish.info
|
|
@ -25,7 +25,7 @@ |
|
|
|
cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=stockfish |
|
|
|
VERSION=${VERSION:-16.1} |
|
|
|
VERSION=${VERSION:-17} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
@ -1,12 +1,12 @@ |
|
|
|
PRGNAM="stockfish" |
|
|
|
VERSION="16.1" |
|
|
|
VERSION="17" |
|
|
|
HOMEPAGE="https://stockfishchess.org/" |
|
|
|
DOWNLOAD="https://github.com/official-stockfish/Stockfish/archive/sf_16.1/Stockfish-sf_16.1.tar.gz \ |
|
|
|
https://tests.stockfishchess.org/api/nn/nn-b1a57edbea57.nnue \ |
|
|
|
https://tests.stockfishchess.org/api/nn/nn-baff1ede1f90.nnue" |
|
|
|
MD5SUM="500fe25527ea52a55983527e1e25979b \ |
|
|
|
87d18077c911cc0b540734267fd68864 \ |
|
|
|
64a4816d6420a588490ee284077a2334" |
|
|
|
DOWNLOAD="https://github.com/official-stockfish/Stockfish/archive/sf_17/Stockfish-sf_17.tar.gz \ |
|
|
|
https://tests.stockfishchess.org/api/nn/nn-1111cefa1111.nnue \ |
|
|
|
https://tests.stockfishchess.org/api/nn/nn-37f18f62d772.nnue" |
|
|
|
MD5SUM="6ba5dbbff959448682b0b73a79655179 \ |
|
|
|
bcb488f8e4b1aba5f9dea2e0a5761471 \ |
|
|
|
b0a9f8479b17b1c0659db8d0c2df4695" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="" |
|
|
|