Skip to content

Commit

Permalink
asio-grpc: Update to 2.1.0 (#607)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tradias committed Sep 6, 2022
1 parent 936e4bd commit 7a31df6
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 @@ -196,7 +196,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.22.1-p1)
hunter_default_version(asio-grpc VERSION 2.0.0)
hunter_default_version(asio-grpc VERSION 2.1.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 @@ -41,6 +41,17 @@ hunter_add_version(
a727806a5c93c811e8f73ecb1e733efc4739d5ff
)

hunter_add_version(
PACKAGE_NAME
asio-grpc
VERSION
2.1.0
URL
"https://github.com/Tradias/asio-grpc/archive/refs/tags/v2.1.0.tar.gz"
SHA1
82f467d7649f76a8ed590180c72a5389685a855c
)

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

0 comments on commit 7a31df6

Please sign in to comment.