Skip to content

Commit

Permalink
Update zstd package to 1.5.5
Browse files Browse the repository at this point in the history
Add zstd versions 1.5.1, 1.5.2, 1.5.4, 1.5.5 .
  • Loading branch information
James Eggleton committed Oct 20, 2023
1 parent 58c0165 commit 86d3bd7
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 1 deletion.
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

0 comments on commit 86d3bd7

Please sign in to comment.