Skip to content

Commit

Permalink
Update libp2p and scale (#81)
Browse files Browse the repository at this point in the history
* Update libp2p and scale

* Add libp2p cmake
  • Loading branch information
kamilsa authored Apr 10, 2023
1 parent c9b25ec commit 76bf28a
Show file tree
Hide file tree
Showing 3 changed files with 23 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 @@ -343,7 +343,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.10)
hunter_default_version(libp2p VERSION 0.1.11)
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 @@ -473,7 +473,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.0.6)
hunter_default_version(scale VERSION 1.0.7)
hunter_default_version(scelta VERSION 0.1.0-a0f4f70-p0)
hunter_default_version(schnorrkel_crust VERSION 1.0.9)
hunter_default_version(sds VERSION 2.0.0)
Expand Down
10 changes: 10 additions & 0 deletions cmake/projects/libp2p/hunter.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,16 @@ hunter_add_version(
SHA1
2f938dcfebf62a68ddc2450242a60d3f0e3d16a1)

hunter_add_version(
PACKAGE_NAME
libp2p
VERSION
0.1.11
URL
https://github.com/libp2p/cpp-libp2p/archive/refs/tags/v0.1.11.tar.gz
SHA1
9e611664ff91b4bb37d26401e5c4b48b6cd3bc6f)

hunter_cmake_args(
libp2p
CMAKE_ARGS
Expand Down
11 changes: 11 additions & 0 deletions cmake/projects/scale/hunter.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,17 @@ hunter_add_version(
744865f657a66f0ae14c691b86c12298325fcb8d
)

hunter_add_version(
PACKAGE_NAME
scale
VERSION
1.0.7
URL
"https://github.com/soramitsu/scale-codec-cpp/archive/refs/tags/v1.0.7.tar.gz"
SHA1
70edda2cb1081e6b3179e633ac5569402dfb613e
)

hunter_pick_scheme(DEFAULT url_sha1_cmake)
hunter_cacheable(scale)
hunter_download(PACKAGE_NAME scale)

0 comments on commit 76bf28a

Please sign in to comment.