stockfish: update to 15

This commit is contained in:
shtayerc 2022-04-19 20:14:14 +02:00 committed by Leah Neukirchen
parent b4eac76aff
commit 8f4ee4855b

View file

@ -1,8 +1,8 @@
# Template file for 'stockfish'
pkgname=stockfish
version=14.1
version=15
revision=1
_net_file=nn-13406b1dcbe0.nnue
_net_file=nn-6877cd24400e.nnue
wrksrc="Stockfish-sf_${version}"
build_wrksrc=src
build_style=gnu-makefile
@ -10,13 +10,13 @@ make_build_target=build
make_use_env=yes
hostmakedepends="tar"
short_desc="Free UCI chess engine derived from Glaurung"
maintainer="cipr3s <cipr3s@gmx.com>"
maintainer="shtayerc <david.murko@mailbox.org>"
license="GPL-3.0-or-later"
homepage="http://stockfishchess.org/"
distfiles="https://github.com/official-stockfish/Stockfish/archive/sf_${version}.tar.gz
https://tests.stockfishchess.org/api/nn/${_net_file}"
checksum="11d71018af47ba047175f846be72d8d9878df698e9b5d708ab158cf530633600
13406b1dcbe0a36dfc5e07da51d8db38b7a45d7da43078ec25a7624c2b83236f"
checksum="0553fe53ea57ce6641048049d1a17d4807db67eecd3531a3749401362a27c983
6877cd24400e01b19ff12ae3068ae242152802bdd330e66f7b6703865251d6e3"
skip_extraction="${_net_file}"
LDFLAGS+="-lpthread -Wl,-z,stack-size=2097152"