diff options
author | Brad King <brad.king@kitware.com> | 2021-10-13 13:37:09 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2021-10-13 14:04:17 (GMT) |
commit | 8c65ea474437f20f787038e0c955dbb1582d7e5d (patch) | |
tree | 59e664dd1c31a7ce470e87e2aedd436329114fde /Utilities/Scripts | |
parent | 6bfe5f24da381bda4a7cfc334fe04bc7c7b73abc (diff) | |
download | CMake-8c65ea474437f20f787038e0c955dbb1582d7e5d.zip CMake-8c65ea474437f20f787038e0c955dbb1582d7e5d.tar.gz CMake-8c65ea474437f20f787038e0c955dbb1582d7e5d.tar.bz2 |
zstd: Update script to get zstd 1.5.0
Diffstat (limited to 'Utilities/Scripts')
-rwxr-xr-x | Utilities/Scripts/update-zstd.bash | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Utilities/Scripts/update-zstd.bash b/Utilities/Scripts/update-zstd.bash index a9b62f9..48ca5a1 100755 --- a/Utilities/Scripts/update-zstd.bash +++ b/Utilities/Scripts/update-zstd.bash @@ -8,7 +8,7 @@ readonly name="zstd" readonly ownership="zstd upstream <kwrobot@kitware.com>" readonly subtree="Utilities/cmzstd" readonly repo="https://github.com/facebook/zstd.git" -readonly tag="v1.4.5" +readonly tag="v1.5.0" readonly shortlog=false readonly paths=" LICENSE @@ -23,7 +23,7 @@ readonly paths=" lib/deprecated/*.h lib/dictBuilder/*.c lib/dictBuilder/*.h - lib/zstd.h + lib/*.h " extract_source () { |