Skip to content

Commit

Permalink
Bump gRPC to 1.29.1 (#8)
Browse files Browse the repository at this point in the history
Signed-off-by: Igor Egorov <[email protected]>
  • Loading branch information
Igor Egorov authored Jun 29, 2020
1 parent b7f5d0a commit f5fb7d6
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.17.2-p0)
hunter_default_version(gRPC VERSION 1.29.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 @@ -35,6 +35,12 @@ hunter_add_version(
URL "https://github.com/hunter-packages/grpc/archive/v1.17.2-p0.tar.gz"
SHA1 "7eb5711cc4fbc7a33563121b1a6921eac0a863ef")

hunter_add_version(
PACKAGE_NAME gRPC
VERSION "1.29.1"
URL "https://github.com/soramitsu/libp2p-grpc/archive/hunter-1.29.1.tar.gz"
SHA1 "28eee0d55849fcd42e9408525558aacbd7d27c1d")

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

0 comments on commit f5fb7d6

Please sign in to comment.