Skip to content
Snippets Groups Projects
Commit 8c65ea47 authored by Brad King's avatar Brad King
Browse files

zstd: Update script to get zstd 1.5.0

parent 6bfe5f24
No related branches found
No related tags found
No related merge requests found
......@@ -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 () {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment