Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update zstd package to 1.5.5 #700

Merged
merged 1 commit into from
Oct 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cmake/configs/default.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@ hunter_default_version(yaml-cpp VERSION 0.6.3)
hunter_default_version(zip VERSION 0.1.15)
hunter_default_version(zlog VERSION 1.2.14)
hunter_default_version(zookeeper VERSION 3.4.9-p2)
hunter_default_version(zstd VERSION 1.5.0)
hunter_default_version(zstd VERSION 1.5.5)

if(ANDROID)
string(COMPARE EQUAL "${CMAKE_SYSTEM_VERSION}" "" _is_empty)
Expand Down
44 changes: 44 additions & 0 deletions cmake/projects/zstd/hunter.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,50 @@ hunter_add_version(
c53019729e3a595f0104facab6533d78296a2945
)

hunter_add_version(
PACKAGE_NAME
zstd
VERSION
1.5.1
URL
"https://github.com/facebook/zstd/releases/download/v1.5.1/zstd-1.5.1.tar.gz"
SHA1
e6a51ef3f7d5be5b74ac74d88bf3850057e00adb
)

hunter_add_version(
PACKAGE_NAME
zstd
VERSION
1.5.2
URL
"https://github.com/facebook/zstd/releases/download/v1.5.2/zstd-1.5.2.tar.gz"
SHA1
c56c8e6d703d14029464b2a1a66164dc5cf80855
)

hunter_add_version(
PACKAGE_NAME
zstd
VERSION
1.5.4
URL
"https://github.com/facebook/zstd/releases/download/v1.5.4/zstd-1.5.4.tar.gz"
SHA1
128aa7c9305b8d13b1ba8a88766492a779cebe40
)

hunter_add_version(
PACKAGE_NAME
zstd
VERSION
1.5.5
URL
"https://github.com/facebook/zstd/releases/download/v1.5.5/zstd-1.5.5.tar.gz"
SHA1
4479ecc74300d23391d99fbebf2fddd47aed9b28
)

hunter_source_subdir(zstd SOURCE_SUBDIR "build/cmake")

hunter_cmake_args(zstd CMAKE_ARGS
Expand Down
Loading