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 <dsterba@suse.com>
This commit is contained in:
David Sterba 2018-11-26 17:18:49 +01:00
parent 692426265a
commit 09252e76ae

View File

@ -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`