Skip to content

Commit

Permalink
libp2p (boringssl) (#141)
Browse files Browse the repository at this point in the history
Signed-off-by: turuslan <turuslan.devbox@gmail.com>
  • Loading branch information
turuslan authored Jun 19, 2024
1 parent a68398d commit 36c0495
Show file tree
Hide file tree
Showing 2 changed files with 8 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 @@ -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.23)
hunter_default_version(libp2p VERSION 0.1.24)
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 @@ -93,6 +93,13 @@ hunter_add_version(
SHA1 c1bad23d9cbc717f5c462d424605e5affc8306e3
)

hunter_add_version(
PACKAGE_NAME libp2p
VERSION 0.1.24
URL https://github.com/libp2p/cpp-libp2p/archive/refs/tags/v0.1.24.zip
SHA1 cc3421126c792ce6625e5ef8c2577d649e6c3ca4
)

hunter_cmake_args(
libp2p
CMAKE_ARGS
Expand Down

0 comments on commit 36c0495

Please sign in to comment.