From 719166c8672e486fc2b551114ff9f72e70e866c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Nogueira?= Date: Sat, 15 May 2021 00:48:50 -0300 Subject: [PATCH] zstd: update to 1.5.0. Since this releases enables multithreading the shared library, enable it for the static library as well. --- srcpkgs/zstd/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/zstd/template b/srcpkgs/zstd/template index dfb4eecb549c..6d094c7b3f38 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 }