stockfish: update to 11

This commit is contained in:
shtayerc 2020-03-22 16:13:12 +01:00 committed by Juan RP
parent d274ff5a19
commit c2a593c8cc

View file

@ -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 <cipr3s@gmx.com>"
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"