mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-02 03:39:43 -06:00
zstd: Update script to get zstd 1.5.0
This commit is contained in:
@@ -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 () {
|
||||
|
||||
Reference in New Issue
Block a user