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 0.1.23, scale 1.1.3 #138

Merged
merged 1 commit into from
May 29, 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
4 changes: 2 additions & 2 deletions 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.22)
hunter_default_version(libp2p VERSION 0.1.23)
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 Expand Up @@ -476,7 +476,7 @@ hunter_default_version(rosconsole VERSION 1.13.10-p0)
hunter_default_version(roscpp_core VERSION 0.6.12-p0)
hunter_default_version(rospack VERSION 2.5.3-p0)
hunter_default_version(s3 VERSION 0.0.0-287e4be-p1)
hunter_default_version(scale VERSION 1.1.2)
hunter_default_version(scale VERSION 1.1.3)
hunter_default_version(scelta VERSION 0.1.0-a0f4f70-p0)
hunter_default_version(schnorrkel_crust VERSION 1.0.10)
hunter_default_version(sds VERSION 2.0.0)
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 @@ -86,6 +86,13 @@ hunter_add_version(
SHA1 616b2056e43d6463cec3a094b794b497a157d07c
)

hunter_add_version(
PACKAGE_NAME libp2p
VERSION 0.1.23
URL https://github.com/libp2p/cpp-libp2p/archive/refs/tags/v0.1.23.zip
SHA1 c1bad23d9cbc717f5c462d424605e5affc8306e3
)

hunter_cmake_args(
libp2p
CMAKE_ARGS
Expand Down
7 changes: 7 additions & 0 deletions cmake/projects/scale/hunter.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,13 @@ hunter_add_version(
URL https://github.com/soramitsu/scale-codec-cpp/archive/refs/tags/v1.1.2.zip
SHA1 807a50794f2207793c7292e98d98a12970007411)

hunter_add_version(
PACKAGE_NAME scale
VERSION 1.1.3
URL https://github.com/soramitsu/scale-codec-cpp/archive/refs/tags/v1.1.3.zip
SHA1 58a8e69df85399bddeb905252405be9f6d6b4f56
)

hunter_cmake_args(
scale
CMAKE_ARGS
Expand Down