From: Joel Rosdahl Date: Sun, 21 Jul 2019 21:03:49 +0000 (+0200) Subject: Bump to zstd 1.4.1 X-Git-Tag: v4.0~880 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9df29f16e2f64c1390da4bb77100c73fccc8416b;p=thirdparty%2Fccache.git Bump to zstd 1.4.1 --- diff --git a/configure.ac b/configure.ac index 60637d6a9..9f5458d52 100644 --- a/configure.ac +++ b/configure.ac @@ -125,7 +125,7 @@ dnl Check if -lm is needed. AC_SEARCH_LIBS(cos, m) dnl Check for libzstd -zstd_version=1.4.0 +zstd_version=1.4.1 zstd_url=https://github.com/facebook/zstd/releases/download/v${zstd_version}/zstd-${zstd_version}.tar.gz AC_ARG_WITH(libzstd-from-internet,