[asio-grpc] Update to 3.2.1 (#41705)

This commit is contained in:
Dennis 2024-10-22 06:30:48 +02:00 committed by GitHub
parent d5db75704a
commit 61b2012839
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 10 additions and 3 deletions

View File

@ -1,8 +1,10 @@
set(VCPKG_BUILD_TYPE release) # header-only
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Tradias/asio-grpc
REF "v${VERSION}"
SHA512 c94ffd8270728d15e60a2605413ec703fa8426088b0b0fea152e462fb7016eac3309deeb830ef7251a024b05884f7c8268974c84233701da0aeecd325aa42344
SHA512 4736b5e4e3e891417391374e21f06a51b135791ced82f7f1c4c0f0d6ead275ea81f8f97812a9570376463f4a18c8a43b73d6f75db624c19337b6553cedf8f2b3
HEAD_REF master
)

View File

@ -1,6 +1,6 @@
{
"name": "asio-grpc",
"version": "3.2.0",
"version": "3.2.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": "81996396008f6d7bef70f363e9fcbc04d46665f8",
"version": "3.2.1",
"port-version": 0
},
{
"git-tree": "e7b658f361294340b82054d2dac6ac7f654f8447",
"version": "3.2.0",

View File

@ -261,7 +261,7 @@
"port-version": 0
},
"asio-grpc": {
"baseline": "3.2.0",
"baseline": "3.2.1",
"port-version": 0
},
"asiochan": {