diff options
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/setup-chess.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/setup-chess.sh b/scripts/setup-chess.sh index 890c58b..6ac8749 100755 --- a/scripts/setup-chess.sh +++ b/scripts/setup-chess.sh @@ -13,9 +13,9 @@ LC0_BIN="$HOME/.local/bin/lc0" LC0_VERSION="v0.32.1" MAIA_WEIGHTS_DIR="$HOME/.local/share/maia" MAIA_BASE_URL="https://github.com/CSSLab/maia-chess/releases/download/v1.0" -ENCROISSANT_VERSION="0.12.1" +ENCROISSANT_VERSION="0.15.0" ENCROISSANT_APPIMAGE="en-croissant_${ENCROISSANT_VERSION}_amd64.AppImage" -ENCROISSANT_SHA256="87bf7ec483ae396339a6ae0bf785d58a5a7d881ca16715045cee8424dbfee0ef" +ENCROISSANT_SHA256="fc3afc9fcace62a1b2dfefd06f81038991ff828e7afa6d0ab7f6f8e26018aff3" ENCROISSANT_URL="https://github.com/franciscoBSalgueiro/en-croissant/releases/download/v${ENCROISSANT_VERSION}/${ENCROISSANT_APPIMAGE}" STOCKFISH_VERSION="sf_18" STOCKFISH_RELEASE_URL="https://github.com/official-stockfish/Stockfish/releases/download/${STOCKFISH_VERSION}" |
