[asio-grpc] Update to v2.5.1 (#30248)

* asio-grpc: Update to v2.5.1

* asio-grpc: Use VERSION
This commit is contained in:
Dennis 2023-03-20 19:48:44 +01:00 committed by GitHub
parent dde86bebcc
commit cc182c1403
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 4 deletions

View File

@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Tradias/asio-grpc
REF v2.5.0
SHA512 c02fe7a655c170c4c937481bd5d5cc8c89f9fd7c54fdef3eaecacfe23871bc18fe1664842eecc0957cc9add79498870fd9738c144af816e39b80f14a1432788d
REF "v${VERSION}"
SHA512 88d98cfb41c6cb10bdf5c235417cae9a495901271bcc8d4073d4d89b10cc59bed2f076435c5a1e44e8639a6067b73b290fb2c4d71416c16e77b61191b065cbd0
HEAD_REF master
)

View File

@ -1,6 +1,6 @@
{
"name": "asio-grpc",
"version": "2.5.0",
"version": "2.5.1",
"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": "90bb2e110b91caee0ca783b9652cbf212f8fed5b",
"version": "2.5.1",
"port-version": 0
},
{
"git-tree": "499f0360945116ec3bdd693c8ce4591e54e0fb7a",
"version": "2.5.0",

View File

@ -233,7 +233,7 @@
"port-version": 1
},
"asio-grpc": {
"baseline": "2.5.0",
"baseline": "2.5.1",
"port-version": 0
},
"asiosdk": {