From 09252e76aeb9b866f8df35933a42f8f734bdd077 Mon Sep 17 00:00:00 2001 From: David Sterba Date: Mon, 26 Nov 2018 17:18:49 +0100 Subject: [PATCH] btrfs-progs: ci: updated zstd version to 1.4.5 There's a new major version of zstd, without any obvious changes that would affect our build testing coverage. Signed-off-by: David Sterba --- ci/build-dep-zstd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/build-dep-zstd b/ci/build-dep-zstd index 8996f4a2..c336ef50 100755 --- a/ci/build-dep-zstd +++ b/ci/build-dep-zstd @@ -1,7 +1,7 @@ #!/bin/sh # download, build and install the zstd library -version=1.3.7 +version=1.4.5 dir=tmp-cached-zstd stamp="$dir/.last-build-zstd" here=`pwd`