mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 03:01:39 +08:00
[google-cloud-cpp] update to the latest release (v2.10.0) (#31202)
This commit is contained in:
parent
0b57cc72ac
commit
8b332e211c
@ -4,7 +4,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO googleapis/google-cloud-cpp
|
||||
REF v${VERSION}
|
||||
SHA512 b6d75d1810bad9cfd9c0271d895324dd432c3275ccdce2fe8e4ee886da56577f06d778101b935b4084a876d957f3d45289c2ebd971a3ced42b12dfa5f2e5b916
|
||||
SHA512 1ccc0163fcc34e4e8c74af0193d6402d115809a8421b8c78ce527ae934051b71401bd66df84174b405c3ab83aeabbc2ef5eefc66b241f6f4f0a82e2c7acf0428
|
||||
HEAD_REF main
|
||||
PATCHES
|
||||
support_absl_cxx17.patch
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "google-cloud-cpp",
|
||||
"version": "2.9.0",
|
||||
"version": "2.10.0",
|
||||
"description": "C++ Client Libraries for Google Cloud Platform APIs.",
|
||||
"homepage": "https://github.com/googleapis/google-cloud-cpp",
|
||||
"license": "Apache-2.0",
|
||||
@ -307,6 +307,18 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"confidentialcomputing": {
|
||||
"description": "Confidential Computing API C++ Client Library",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "google-cloud-cpp",
|
||||
"default-features": false,
|
||||
"features": [
|
||||
"grpc-common"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"connectors": {
|
||||
"description": "Connectors API C++ Client Library",
|
||||
"dependencies": [
|
||||
@ -1069,6 +1081,18 @@
|
||||
"nlohmann-json"
|
||||
]
|
||||
},
|
||||
"storageinsights": {
|
||||
"description": "Storage Insights API C++ Client Library",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "google-cloud-cpp",
|
||||
"default-features": false,
|
||||
"features": [
|
||||
"grpc-common"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"storagetransfer": {
|
||||
"description": "Storage Transfer API C++ Client Library",
|
||||
"dependencies": [
|
||||
@ -1260,6 +1284,18 @@
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"workstations": {
|
||||
"description": "Workstations API C++ Client Library",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "google-cloud-cpp",
|
||||
"default-features": false,
|
||||
"features": [
|
||||
"grpc-common"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -2873,7 +2873,7 @@
|
||||
"port-version": 3
|
||||
},
|
||||
"google-cloud-cpp": {
|
||||
"baseline": "2.9.0",
|
||||
"baseline": "2.10.0",
|
||||
"port-version": 0
|
||||
},
|
||||
"google-cloud-cpp-common": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "c3c69ec65e243e929646ca08f0697849d2d78191",
|
||||
"version": "2.10.0",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "4f9ab675a9cb385078d01716543e99db9a95135a",
|
||||
"version": "2.9.0",
|
||||
|
Loading…
Reference in New Issue
Block a user