From 2926eb7a2f21a17d8d6265dba75d909f9d66d0e2 Mon Sep 17 00:00:00 2001 From: shtayerc Date: Sat, 3 Jul 2021 19:04:05 +0200 Subject: [PATCH] stockfish: update to 14 --- srcpkgs/stockfish/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/stockfish/template b/srcpkgs/stockfish/template index 1749c9c3692d..320b54527b0f 100644 --- a/srcpkgs/stockfish/template +++ b/srcpkgs/stockfish/template @@ -1,8 +1,8 @@ # Template file for 'stockfish' pkgname=stockfish -version=13 +version=14 revision=1 -_net_file=nn-62ef826d1a6d.nnue +_net_file=nn-3475407dc199.nnue wrksrc="Stockfish-sf_${version}" build_wrksrc=src build_style=gnu-makefile @@ -15,8 +15,8 @@ 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="15d14721b3be17c597535bdbb44fb951a1ee948312d90fbf55fa0e52b8b81d62 - 62ef826d1a6d11b9e814188025aa02a60815c037292e0ef9bbb9bf4f724e5e63" +checksum="6f35e3e684da87d27d3f29ec7281ac81468a5a86b4d99ac5c599addc984a766c + 3475407dc19973ea44467678634cce023d620e419770c111cc8937fe6689ec87" skip_extraction="${_net_file}" LDFLAGS+="-lpthread -Wl,-z,stack-size=2097152"