stockfish: update to 10.

This commit is contained in:
maxice8 2018-11-29 23:59:17 -02:00 committed by maxice8
parent e9deb5098a
commit f8cdf68f50
1 changed files with 7 additions and 7 deletions

View File

@ -1,19 +1,19 @@
# Template file for 'stockfish'
pkgname=stockfish
version=9
revision=3
build_style=gnu-makefile
build_wrksrc="src"
version=10
revision=1
wrksrc="${pkgname}-${version}-src"
build_wrksrc=src
create_wrksrc=yes
make_build_target="build"
build_style=gnu-makefile
make_build_target=build
hostmakedepends="unzip"
short_desc="A free UCI chess engine derived from Glaurung"
maintainer="cipr3s <cipr3s@gmx.com>"
license="GPL-3"
license="GPL-3.0-or-later"
homepage="http://stockfishchess.org/"
distfiles="http://stockfish.s3.amazonaws.com/${pkgname}-${version}-src.zip"
checksum=ba2e72d6973479c8c839c7f4a095d121829ebe8df39b71ebf291c84e5cb3e36e
checksum=29bd01e7407098aa9e851b82f6ea4bf2b46d26e9075a48a269cb1e40c582a073
LDFLAGS+="-lpthread"