Date: Thu, 26 Aug 2021 06:14:31 GMT From: =?utf-8?Q?Fernando Apestegu=C3=ADa?= <fernape@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 975ef5da2fa8 - main - games/stockfish: Update to 14 Message-ID: <202108260614.17Q6EVtN001621@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/ports/commit/?id=975ef5da2fa83dbef914a3172f85d2cc196d87da commit 975ef5da2fa83dbef914a3172f85d2cc196d87da Author: Martin Neubauer <m.ne@gmx.net> AuthorDate: 2021-08-19 12:13:09 +0000 Commit: Fernando ApesteguÃa <fernape@FreeBSD.org> CommitDate: 2021-08-26 06:09:52 +0000 games/stockfish: Update to 14 ChangeLog: https://stockfishchess.org/blog/2021/stockfish-14/ PR: 257934 Reported by: m.ne@gmx.net Approved by: execve@gmail.com (maintainer, timeout 1 week) --- games/stockfish/Makefile | 4 ++-- games/stockfish/distinfo | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/games/stockfish/Makefile b/games/stockfish/Makefile index e64024d0f49f..5be49ab6e9e9 100644 --- a/games/stockfish/Makefile +++ b/games/stockfish/Makefile @@ -2,7 +2,7 @@ PORTNAME= stockfish DISTVERSIONPREFIX= sf_ -DISTVERSION= 13 +DISTVERSION= 14 CATEGORIES= games MASTER_SITES= https://tests.stockfishchess.org/api/nn/:nnue DISTFILES= nn-${_NNUE_VER}.nnue:nnue @@ -27,7 +27,7 @@ MAKE_ARGS= ARCH=${MYARCH} \ ALL_TARGET= build LDFLAGS+= -fuse-ld=lld -_NNUE_VER= 62ef826d1a6d +_NNUE_VER= 3475407dc199 WRKSRC_SUBDIR= src diff --git a/games/stockfish/distinfo b/games/stockfish/distinfo index 1d1735ac861e..fd193ebc0234 100644 --- a/games/stockfish/distinfo +++ b/games/stockfish/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1618188927 -SHA256 (nn-62ef826d1a6d.nnue) = 62ef826d1a6d11b9e814188025aa02a60815c037292e0ef9bbb9bf4f724e5e63 -SIZE (nn-62ef826d1a6d.nnue) = 21022697 -SHA256 (official-stockfish-Stockfish-sf_13_GH0.tar.gz) = 15d14721b3be17c597535bdbb44fb951a1ee948312d90fbf55fa0e52b8b81d62 -SIZE (official-stockfish-Stockfish-sf_13_GH0.tar.gz) = 181226 +TIMESTAMP = 1629298350 +SHA256 (nn-3475407dc199.nnue) = 3475407dc19973ea44467678634cce023d620e419770c111cc8937fe6689ec87 +SIZE (nn-3475407dc199.nnue) = 47721371 +SHA256 (official-stockfish-Stockfish-sf_14_GH0.tar.gz) = 6f35e3e684da87d27d3f29ec7281ac81468a5a86b4d99ac5c599addc984a766c +SIZE (official-stockfish-Stockfish-sf_14_GH0.tar.gz) = 183879
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108260614.17Q6EVtN001621>