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

libp2p #132

Merged
merged 1 commit into from
Apr 22, 2024
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 @@ -345,7 +345,7 @@ hunter_default_version(libjpeg-turbo VERSION 2.0.3-p0)
hunter_default_version(libjson-rpc-cpp VERSION 0.7.0-p3)
hunter_default_version(libmill VERSION 1.18)
hunter_default_version(libogg VERSION 1.3.3-p0)
hunter_default_version(libp2p VERSION 0.1.19)
hunter_default_version(libp2p VERSION 0.1.20)
hunter_default_version(libpcre VERSION 8.41)
hunter_default_version(librtmp VERSION 2.4.0-p0)
hunter_default_version(libscrypt VERSION 1.21-p1)
Expand Down
7 changes: 7 additions & 0 deletions cmake/projects/libp2p/hunter.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,13 @@ hunter_add_version(
URL https://github.com/libp2p/cpp-libp2p/archive/refs/tags/v0.1.19.zip
SHA1 f6937c93fd40aea4b57f2adc8ac711ba3b438718)

hunter_add_version(
PACKAGE_NAME libp2p
VERSION 0.1.20
URL https://github.com/libp2p/cpp-libp2p/archive/refs/tags/v0.1.20.zip
SHA1 219a444f875b1c35d535a3e401a7ea55a3ff0655
)

hunter_cmake_args(
libp2p
CMAKE_ARGS
Expand Down