Skip to content

Commit

Permalink
update gRpc v.1.29.1.1 (#9)
Browse files Browse the repository at this point in the history
Signed-off-by: Alexey-N-Chernyshov <[email protected]>
  • Loading branch information
Alexey-N-Chernyshov authored Jul 30, 2020
1 parent f5fb7d6 commit 08fae94
Show file tree
Hide file tree
Showing 2 changed files with 7 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 @@ -266,7 +266,7 @@ hunter_default_version(fmt VERSION 6.1.2)
hunter_default_version(folly VERSION 2018.10.22.00-p4)
hunter_default_version(freetype VERSION 2.9.1-p1)
hunter_default_version(frugally-deep VERSION 0.2.2-p0)
hunter_default_version(gRPC VERSION 1.29.1)
hunter_default_version(gRPC VERSION 1.29.1.1)
hunter_default_version(gauze VERSION 0.7.1)
hunter_default_version(gemmlowp VERSION 1.0.0)
hunter_default_version(geos VERSION 3.4.2)
Expand Down
6 changes: 6 additions & 0 deletions cmake/projects/gRPC/hunter.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@ hunter_add_version(
URL "https://github.com/soramitsu/libp2p-grpc/archive/hunter-1.29.1.tar.gz"
SHA1 "28eee0d55849fcd42e9408525558aacbd7d27c1d")

hunter_add_version(
PACKAGE_NAME gRPC
VERSION "1.29.1.1"
URL "https://github.com/soramitsu/libp2p-grpc/archive/b0245d9c20e10c4581d70e6565fd988058fe6ebd.tar.gz"
SHA1 "85c002b2c8d4d4209475a61bd321368d384188f8")

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

0 comments on commit 08fae94

Please sign in to comment.