diff --git a/srcpkgs/zstd/template b/srcpkgs/zstd/template index dfb4eecb54..6d094c7b3f 100644 --- a/srcpkgs/zstd/template +++ b/srcpkgs/zstd/template @@ -1,6 +1,6 @@ # Template file for 'zstd' pkgname=zstd -version=1.4.9 +version=1.5.0 revision=1 bootstrap=yes makedepends="zlib-devel liblzma-devel liblz4-devel" @@ -10,10 +10,10 @@ maintainer="Orphaned " license="BSD-3-Clause, GPL-2.0-or-later" homepage="http://www.zstd.net" distfiles="https://github.com/facebook/zstd/releases/download/v${version}/zstd-${version}.tar.gz" -checksum=29ac74e19ea28659017361976240c4b5c5c24db3b89338731a6feb97c038d293 +checksum=5194fbfa781fcf45b98c5e849651aa7b3b0a008c6b72d4a0db760f3002291e94 do_build() { - make ${makejobs} + make ${makejobs} lib-mt make ${makejobs} -C contrib/pzstd }