Skip to content

Commit

Permalink
Update asio-grpc to 1.7.0 (#573)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tradias committed Jun 6, 2022
1 parent f4de16c commit 11a9a35
Show file tree
Hide file tree
Showing 2 changed files with 12 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 @@ -197,7 +197,7 @@ hunter_default_version(angles VERSION 1.9.11-p0)
hunter_default_version(apg VERSION 0.0.0-b322f7a-p0)
hunter_default_version(arabica VERSION 0.0.0-a202766-p0)
hunter_default_version(asio VERSION 1.17.0-p0)
hunter_default_version(asio-grpc VERSION 1.6.0)
hunter_default_version(asio-grpc VERSION 1.7.0)
hunter_default_version(astc-encoder VERSION 3.0-7257cbd-p0)
hunter_default_version(autobahn-cpp VERSION 0.2.0)
hunter_default_version(autoutils VERSION 0.3.0)
Expand Down
11 changes: 11 additions & 0 deletions cmake/projects/asio-grpc/hunter.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,17 @@ hunter_add_version(
a5ab9797a34b390236fdd52986ee792a6894221f
)

hunter_add_version(
PACKAGE_NAME
asio-grpc
VERSION
1.7.0
URL
"https://github.com/Tradias/asio-grpc/archive/refs/tags/v1.7.0.tar.gz"
SHA1
0e636e89b5ba3a4b6bec07d793ecffe1c4cfada1
)

hunter_pick_scheme(DEFAULT url_sha1_cmake)
hunter_cacheable(asio-grpc)
hunter_download(PACKAGE_NAME asio-grpc)

0 comments on commit 11a9a35

Please sign in to comment.