zstd: update to 1.5.0.

Since this releases enables multithreading the shared library, enable it
for the static library as well.
This commit is contained in:
Érico Nogueira 2021-05-15 00:48:50 -03:00 committed by Érico Nogueira Rolim
parent 6b1f116fae
commit 8fb233bbb0

View file

@ -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 <orphan@voidlinux.org>"
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
}