diff options
-rw-r--r-- | games/stockfish/stockfish.SlackBuild | 4 | ||||
-rw-r--r-- | games/stockfish/stockfish.info | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/games/stockfish/stockfish.SlackBuild b/games/stockfish/stockfish.SlackBuild index 55d83df337..74fd8c793b 100644 --- a/games/stockfish/stockfish.SlackBuild +++ b/games/stockfish/stockfish.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for stockfish -# Copyright 2016-2024 Johannes Schoepfer, Germany +# Copyright 2016-2025 Johannes Schoepfer, Germany # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=stockfish -VERSION=${VERSION:-17} +VERSION=${VERSION:-17.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/games/stockfish/stockfish.info b/games/stockfish/stockfish.info index 00a681cee7..1fded37b3c 100644 --- a/games/stockfish/stockfish.info +++ b/games/stockfish/stockfish.info @@ -1,11 +1,11 @@ PRGNAM="stockfish" -VERSION="17" +VERSION="17.1" HOMEPAGE="https://stockfishchess.org/" -DOWNLOAD="https://github.com/official-stockfish/Stockfish/archive/sf_17/Stockfish-sf_17.tar.gz \ - https://tests.stockfishchess.org/api/nn/nn-1111cefa1111.nnue \ +DOWNLOAD="https://github.com/official-stockfish/Stockfish/archive/sf_17.1/Stockfish-sf_17.1.tar.gz \ + https://tests.stockfishchess.org/api/nn/nn-1c0000000000.nnue \ https://tests.stockfishchess.org/api/nn/nn-37f18f62d772.nnue" -MD5SUM="6ba5dbbff959448682b0b73a79655179 \ - bcb488f8e4b1aba5f9dea2e0a5761471 \ +MD5SUM="98104d516e58d6f5e457c364af0ab7d1 \ + 51233596245fe903587347e12287ec9e \ b0a9f8479b17b1c0659db8d0c2df4695" DOWNLOAD_x86_64="" MD5SUM_x86_64="" |