aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-05-16 01:44:03 -0500
committerCraig Jennings <c@cjennings.net>2026-05-16 01:44:03 -0500
commit57a3ef5ae09340025e69f795627210adc6826fa4 (patch)
tree48e71114c18d68505b4cd09e6ee36008290fea52 /scripts
parentb00c419780cb6b15972e3aae3e584677da2c40e3 (diff)
downloadarchsetup-57a3ef5ae09340025e69f795627210adc6826fa4.tar.gz
archsetup-57a3ef5ae09340025e69f795627210adc6826fa4.zip
Update En Croissant AppImage pin
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/setup-chess.sh4
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}"