mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-16 17:14:22 +08:00
[google-cloud-cpp] update to latest release (v2.14.0) (#33503)
This commit is contained in:
parent
632a33aba2
commit
4a600e9fea
@ -4,7 +4,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO googleapis/google-cloud-cpp
|
||||
REF "v${VERSION}"
|
||||
SHA512 c7fd2445339fbb9f66d6863693feff456fa14381e83f3e28456aed2e8102c8d776868afa1a5020874672306f68e911f199b5ce667c61708166925c63877e8c5d
|
||||
SHA512 eda4e409771f4f9eb076ce6e6454546f35cecc329c3277c6db5fd5a205d6d6d3182a0743820208b9e672a56e94e61a2c43427c9c54837808df5d789bd1129eae
|
||||
HEAD_REF main
|
||||
PATCHES
|
||||
support_absl_cxx17.patch
|
||||
|
@ -1,7 +1,6 @@
|
||||
{
|
||||
"name": "google-cloud-cpp",
|
||||
"version": "2.14.0",
|
||||
"port-version": 1,
|
||||
"version": "2.15.0",
|
||||
"description": "C++ Client Libraries for Google Cloud Platform APIs.",
|
||||
"homepage": "https://github.com/googleapis/google-cloud-cpp",
|
||||
"license": "Apache-2.0",
|
||||
@ -441,6 +440,18 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"datastore": {
|
||||
"description": "Cloud Datastore API C++ Client Library",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "google-cloud-cpp",
|
||||
"default-features": false,
|
||||
"features": [
|
||||
"grpc-common"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"datastream": {
|
||||
"description": "Datastream API C++ Client Library",
|
||||
"dependencies": [
|
||||
@ -501,6 +512,18 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"discoveryengine": {
|
||||
"description": "Discovery Engine API C++ Client Library",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "google-cloud-cpp",
|
||||
"default-features": false,
|
||||
"features": [
|
||||
"grpc-common"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"dlp": {
|
||||
"description": "Cloud Data Loss Prevention (DLP) API C++ Client Library",
|
||||
"dependencies": [
|
||||
@ -903,6 +926,18 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"policysimulator": {
|
||||
"description": "Policy Simulator API C++ Client Library",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "google-cloud-cpp",
|
||||
"default-features": false,
|
||||
"features": [
|
||||
"grpc-common"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"policytroubleshooter": {
|
||||
"description": "Policy Troubleshooter API C++ Client Library",
|
||||
"dependencies": [
|
||||
|
@ -2965,8 +2965,8 @@
|
||||
"port-version": 5
|
||||
},
|
||||
"google-cloud-cpp": {
|
||||
"baseline": "2.14.0",
|
||||
"port-version": 1
|
||||
"baseline": "2.15.0",
|
||||
"port-version": 0
|
||||
},
|
||||
"google-cloud-cpp-common": {
|
||||
"baseline": "alias",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "abe57efc591eb204c5e39b2a78c5c1d6832fc236",
|
||||
"version": "2.15.0",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "d32a3fa190564c35057874f3912f61ebf07852b7",
|
||||
"version": "2.14.0",
|
||||
|
Loading…
x
Reference in New Issue
Block a user