asio-grpc: Update to 2.7.0 (#34768)

This commit is contained in:
Dennis 2023-10-30 22:41:04 +01:00 committed by GitHub
parent 03cfa5889e
commit 620eb4e790
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 3 deletions

View File

@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Tradias/asio-grpc
REF "v${VERSION}"
SHA512 3921e4893fbfe871fd2129a706ef7b09a3381e04ee5c798682de98ef3996dac720d69e472099a8fa672e9d08a6805934235b555f40d745cc752b138bf2ab9520
SHA512 3ad088a090a506f12d73fdac1689d9aea0416f9d21762c7be1de9d5a278ac2e856541e7b433809077e5297d2953b55357380e5097d894bd511c652927ec5daba
HEAD_REF master
)

View File

@ -1,6 +1,6 @@
{
"name": "asio-grpc",
"version": "2.6.0",
"version": "2.7.0",
"description": "Asynchronous gRPC with Asio/unified executors",
"homepage": "https://github.com/Tradias/asio-grpc",
"license": "Apache-2.0",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "b0650c5252b1fb7f0ec616bb3aa9ef7c51732698",
"version": "2.7.0",
"port-version": 0
},
{
"git-tree": "bc957d3a72f3565dfa6511e3d18948f136c926d2",
"version": "2.6.0",

View File

@ -253,7 +253,7 @@
"port-version": 0
},
"asio-grpc": {
"baseline": "2.6.0",
"baseline": "2.7.0",
"port-version": 0
},
"asiosdk": {