Skip to content

Commit

Permalink
libp2p 0.1.23, scale 1.1.3 (#138)
Browse files Browse the repository at this point in the history
Signed-off-by: turuslan <[email protected]>
  • Loading branch information
turuslan authored May 29, 2024
1 parent 8746de3 commit 983dde0
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
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

0 comments on commit 983dde0

Please sign in to comment.