diff --git a/srcpkgs/stockfish/template b/srcpkgs/stockfish/template index be410d6413a..f4759ca7f82 100644 --- a/srcpkgs/stockfish/template +++ b/srcpkgs/stockfish/template @@ -1,19 +1,18 @@ # Template file for 'stockfish' pkgname=stockfish -version=10 +version=11 revision=1 -wrksrc="${pkgname}-${version}-src" -create_wrksrc=yes +wrksrc="Stockfish-sf_${version}" build_wrksrc=src build_style=gnu-makefile make_build_target=build -hostmakedepends="unzip" -short_desc="A free UCI chess engine derived from Glaurung" +hostmakedepends="tar" +short_desc="Free UCI chess engine derived from Glaurung" maintainer="cipr3s " license="GPL-3.0-or-later" homepage="http://stockfishchess.org/" -distfiles="http://stockfish.s3.amazonaws.com/${pkgname}-${version}-src.zip" -checksum=29bd01e7407098aa9e851b82f6ea4bf2b46d26e9075a48a269cb1e40c582a073 +distfiles="https://github.com/official-stockfish/Stockfish/archive/sf_${version}.tar.gz" +checksum=802261cc601b67bed00c0ef7d21e2125959630f0852a06db9fc9bd74f440b199 LDFLAGS+="-lpthread"