mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-18 15:07:55 +08:00
[google-cloud-cpp] update to the latest release (2.19.0) (#35451)
This commit is contained in:
parent
85f5e134ce
commit
f74109a40b
@ -4,7 +4,7 @@ vcpkg_from_github(
|
|||||||
OUT_SOURCE_PATH SOURCE_PATH
|
OUT_SOURCE_PATH SOURCE_PATH
|
||||||
REPO googleapis/google-cloud-cpp
|
REPO googleapis/google-cloud-cpp
|
||||||
REF "v${VERSION}"
|
REF "v${VERSION}"
|
||||||
SHA512 18c3fc4fabd1fabfbfb33760636e9403f5b5965cde9e2feab38ac76063ba82fd4aa59a895ded7288ff7552e5806714b5428765b673b5eff95080cd1718bd6792
|
SHA512 a392da19ac353409ecbf30e390803b2e34670552fd54466a08ee554a77c893d447289b30d5841c7f79b2a23244a269d8ecac8f7fbd8a34dda45ce2d8b1d46817
|
||||||
HEAD_REF main
|
HEAD_REF main
|
||||||
PATCHES
|
PATCHES
|
||||||
support_absl_cxx17.patch
|
support_absl_cxx17.patch
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "google-cloud-cpp",
|
"name": "google-cloud-cpp",
|
||||||
"version": "2.18.0",
|
"version": "2.19.0",
|
||||||
"description": "C++ Client Libraries for Google Cloud Platform APIs.",
|
"description": "C++ Client Libraries for Google Cloud Platform APIs.",
|
||||||
"homepage": "https://github.com/googleapis/google-cloud-cpp",
|
"homepage": "https://github.com/googleapis/google-cloud-cpp",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
@ -574,6 +574,18 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"edgenetwork": {
|
||||||
|
"description": "Distributed Cloud Edge Network API C++ Client Library",
|
||||||
|
"dependencies": [
|
||||||
|
{
|
||||||
|
"name": "google-cloud-cpp",
|
||||||
|
"default-features": false,
|
||||||
|
"features": [
|
||||||
|
"grpc-common"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
"eventarc": {
|
"eventarc": {
|
||||||
"description": "Eventarc API C++ Client Library",
|
"description": "Eventarc API C++ Client Library",
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
@ -1228,6 +1240,18 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"sql": {
|
||||||
|
"description": "The Google Cloud SQL Admin C++ client library",
|
||||||
|
"dependencies": [
|
||||||
|
{
|
||||||
|
"name": "google-cloud-cpp",
|
||||||
|
"default-features": false,
|
||||||
|
"features": [
|
||||||
|
"rest-common"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
"storage": {
|
"storage": {
|
||||||
"description": "The Google Cloud Storage C++ client library",
|
"description": "The Google Cloud Storage C++ client library",
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
@ -1301,6 +1325,18 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"telcoautomation": {
|
||||||
|
"description": "Cloud Telco Automation API C++ Client Library",
|
||||||
|
"dependencies": [
|
||||||
|
{
|
||||||
|
"name": "google-cloud-cpp",
|
||||||
|
"default-features": false,
|
||||||
|
"features": [
|
||||||
|
"grpc-common"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
"texttospeech": {
|
"texttospeech": {
|
||||||
"description": "Cloud Text-to-Speech API C++ Client Library",
|
"description": "Cloud Text-to-Speech API C++ Client Library",
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
|
@ -3057,7 +3057,7 @@
|
|||||||
"port-version": 5
|
"port-version": 5
|
||||||
},
|
},
|
||||||
"google-cloud-cpp": {
|
"google-cloud-cpp": {
|
||||||
"baseline": "2.18.0",
|
"baseline": "2.19.0",
|
||||||
"port-version": 0
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"google-cloud-cpp-common": {
|
"google-cloud-cpp-common": {
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "cda5a5192b0d1310376b1370890e1d38755c076a",
|
||||||
|
"version": "2.19.0",
|
||||||
|
"port-version": 0
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "21cf84757dd988f8b1ea4aa318002a4cc047b697",
|
"git-tree": "21cf84757dd988f8b1ea4aa318002a4cc047b697",
|
||||||
"version": "2.18.0",
|
"version": "2.18.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user