[asio-grpc] Update to 3.1.0 (#38045)

- [x] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [x] SHA512s are updated for each updated download.
- [x] The "supports" clause reflects platforms that may be fixed by this
new version.
- [x] Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.
- [x] Any patches that are no longer applied are deleted from the port's
directory.
- [x] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [x] Only one version is added to each modified port's versions file.
This commit is contained in:
Dennis 2024-04-09 17:21:03 +02:00 committed by GitHub
parent 0bc3f04da6
commit af2edb62cf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 5780604f4e91886b138d9ce692dd98087587ea7a5624285ee9f8463c300102a6fb53997593d4b2da39663d7ec22cee40b00f13a4cb1588e412b425d7ce4c6d2b
SHA512 2377fe49acc320ad16150420348a09c89308d96451f7e4974874862f927dfd60651ca04b038ca6e467b104986f3723bbd67243032790a994aa1a50c510193d4d
HEAD_REF master
)

View File

@ -1,6 +1,6 @@
{
"name": "asio-grpc",
"version": "3.0.0",
"version": "3.1.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": "06be4602d2e43a7e1cc17115406dd2b8e85028dc",
"version": "3.1.0",
"port-version": 0
},
{
"git-tree": "be24e542dd3197c37cfa126b3f6dfa5a038f9e14",
"version": "3.0.0",

View File

@ -257,7 +257,7 @@
"port-version": 0
},
"asio-grpc": {
"baseline": "3.0.0",
"baseline": "3.1.0",
"port-version": 0
},
"asiochan": {