Skip to content

Commit

Permalink
Update libp2p default version to 0.0.2-p0 (#27)
Browse files Browse the repository at this point in the history
Libp2p ver that uses soralog 0.0.5 by default and async multistream impl

Signed-off-by: Igor Egorov <igor@soramitsu.co.jp>
  • Loading branch information
Igor Egorov authored Apr 9, 2021
1 parent 7fd065b commit 1590021
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmake/configs/default.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,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.0.2)
hunter_default_version(libp2p VERSION 0.0.2-p0)
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
13 changes: 12 additions & 1 deletion cmake/projects/libp2p/hunter.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,23 @@ hunter_add_version(
libp2p
VERSION
0.0.2
URL
URL
"https://github.com/soramitsu/cpp-libp2p/archive/v0.0.2.tar.gz"
SHA1
197bf8a8ed89b2cbdc5ccbdc8ec01be23ee5d2f7
)

hunter_add_version(
PACKAGE_NAME
libp2p
VERSION
0.0.2-p0
URL
"https://github.com/soramitsu/cpp-libp2p/archive/v0.0.2-p0.tar.gz"
SHA1
6156058ee32588502d0f5b8e7899f33a8de0476f
)

hunter_cmake_args(
libp2p
CMAKE_ARGS
Expand Down

0 comments on commit 1590021

Please sign in to comment.