Ports/stockfish: Update to 17

This commit is contained in:
butter1125 2025-01-09 23:23:38 -05:00 committed by Nico Weber
parent 5f5b25bd0e
commit 09cf91780a
2 changed files with 3 additions and 3 deletions

View file

@ -319,7 +319,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
| [`SRB2`](SRB2/) | Sonic Robo Blast 2 | 2.2.13 | https://www.srb2.org/ |
| [`ssmtp`](ssmtp/) | sSMTP is a simple MTA | 2.64-11 | https://wiki.debian.org/sSMTP |
| [`stb`](stb/) | stb single-file public domain libraries for C/C++ | 2e2bef4 | https://github.com/nothings/stb |
| [`stockfish`](stockfish/) | Stockfish: A free and strong UCI chess engine | 16.1 | https://github.com/official-stockfish/Stockfish |
| [`stockfish`](stockfish/) | Stockfish: A free and strong UCI chess engine | 17 | https://github.com/official-stockfish/Stockfish |
| [`stpuzzles`](stpuzzles/) | Simon Tatham's Portable Puzzle Collection | | https://www.chiark.greenend.org.uk/~sgtatham/puzzles/ |
| [`stress-ng`](stress-ng/) | stress-ng | 0.16.04 | https://github.com/ColinIanKing/stress-ng |
| [`Super-Mario`](Super-Mario/) | Super-Mario Clone | | https://github.com/Bennyhwanggggg/Super-Mario-Clone-Cpp |

View file

@ -1,9 +1,9 @@
#!/usr/bin/env -S bash ../.port_include.sh
port='stockfish'
version='16.1'
version='17'
useconfigure='false'
files=(
"https://github.com/official-stockfish/Stockfish/archive/refs/tags/sf_${version}.tar.gz#a5f94793b5d4155310397ba89e9c4266570ef0f24cd47de41a9103556f811b82"
"https://github.com/official-stockfish/Stockfish/archive/refs/tags/sf_${version}.tar.gz#8f9b52285c3348c065b7cb58410626df16d7416a2e60a3b04f3ec7c038e67ad1"
)
workdir="Stockfish-sf_${version}/src/"
makeopts+=(ARCH="${SERENITY_ARCH}" SUPPORTED_ARCH=true COMPCXX="${CXX}")