Skip to content

Commit

Permalink
update libp2p (#99)
Browse files Browse the repository at this point in the history
* update libp2p

* Update cmake/projects/libp2p/hunter.cmake

Co-authored-by: Ruslan Tushov <[email protected]>

---------

Co-authored-by: Ruslan Tushov <[email protected]>
  • Loading branch information
kamilsa and turuslan authored Sep 7, 2023
1 parent 3297380 commit ad82cc2
Show file tree
Hide file tree
Showing 2 changed files with 11 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 @@ -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.12)
hunter_default_version(libp2p VERSION 0.1.13)
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
10 changes: 10 additions & 0 deletions cmake/projects/libp2p/hunter.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,16 @@ hunter_add_version(
SHA1
9a7cd36ac617d6f3a926f593e9f3d2f4f0466e33)

hunter_add_version(
PACKAGE_NAME
libp2p
VERSION
0.1.13
URL
https://github.com/libp2p/cpp-libp2p/archive/refs/tags/v0.1.13.tar.gz
SHA1
ae97fe389fd46b1480c779c966eee07ec97aec62)

hunter_cmake_args(
libp2p
CMAKE_ARGS
Expand Down

0 comments on commit ad82cc2

Please sign in to comment.