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