Skip to content

Commit 98f8bee

Browse files
committed
ZSTDVer=1.5.7
1 parent 9808c4b commit 98f8bee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zstd.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
source ./0_append_distro_path.sh
44

5-
export ZSTDVer=1.5.6
5+
export ZSTDVer=1.5.7
66

77
if [ ! -f "zstd-${ZSTDVer}.tar" ];then
88
wget -q -t 3 -w 1 https://github.com/facebook/zstd/releases/download/v${ZSTDVer}/zstd-${ZSTDVer}.tar.gz

0 commit comments

Comments
 (0)