We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9808c4b commit 98f8beeCopy full SHA for 98f8bee
zstd.sh
@@ -2,7 +2,7 @@
2
3
source ./0_append_distro_path.sh
4
5
-export ZSTDVer=1.5.6
+export ZSTDVer=1.5.7
6
7
if [ ! -f "zstd-${ZSTDVer}.tar" ];then
8
wget -q -t 3 -w 1 https://github.com/facebook/zstd/releases/download/v${ZSTDVer}/zstd-${ZSTDVer}.tar.gz
0 commit comments