mirror of
https://github.com/microsoft/vcpkg.git
synced 2026-01-18 01:11:23 +01:00
[google-cloud-cpp] update to the latest release (v2.37.0) (#45416)
This commit is contained in:
@@ -4,7 +4,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO googleapis/google-cloud-cpp
|
||||
REF "v${VERSION}"
|
||||
SHA512 f533368195a941b45cdd061ef49436e8f1651ab9c3b134b032228e00e617c22a32fa287e618054c92eef7f172779f1ca35b6ecb828d3f732540c42bfd38caf85
|
||||
SHA512 a482008c81d12ffd6ec97b58fc25677f93ac59338e7092c28d2d3bace2f5263d575827b9837bb3413b3078bf5bb4feda4410eeeb269b888aa05f056ced42175f
|
||||
HEAD_REF main
|
||||
PATCHES fix-googleapis-download.patch
|
||||
)
|
||||
@@ -14,8 +14,8 @@ vcpkg_from_github(
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH_GOOGLEAPIS
|
||||
REPO googleapis/googleapis
|
||||
REF b151ec2ae29c2c955c56784c0ce388b2d8c4a84c
|
||||
SHA512 9051a72b4894707ca315dac3247258230cb3593301533cbfbd08f5c090ef772141de9e9c4a52b28cda0122e7c7a071135783bf182af39acc6997e066239a6b35
|
||||
REF 079e5305050859d0e3a8c0768611283ee4863c07
|
||||
SHA512 c02ce31b4a2c80596a6c786a49b59f42d6b104e911b8e10f2548768ed48d708fc46308aecf04611c62512a968d9c31e9d0a73f921fcf5d1ab533e5ce8d9cf72c
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "google-cloud-cpp",
|
||||
"version": "2.36.0",
|
||||
"version": "2.37.0",
|
||||
"description": "C++ Client Libraries for Google Cloud Platform APIs.",
|
||||
"homepage": "https://github.com/googleapis/google-cloud-cpp",
|
||||
"license": "Apache-2.0",
|
||||
@@ -335,6 +335,18 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"chronicle": {
|
||||
"description": "Chronicle API C++ Client Library",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "google-cloud-cpp",
|
||||
"default-features": false,
|
||||
"features": [
|
||||
"grpc-common"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"cloudbuild": {
|
||||
"description": "Cloud Build API C++ Client Library",
|
||||
"dependencies": [
|
||||
@@ -602,6 +614,18 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"devicestreaming": {
|
||||
"description": "Device Streaming API C++ Client Library",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "google-cloud-cpp",
|
||||
"default-features": false,
|
||||
"features": [
|
||||
"grpc-common"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"dialogflow-cx": {
|
||||
"description": "Cloud Dialogflow CX API C++ Client Library",
|
||||
"dependencies": [
|
||||
@@ -734,6 +758,18 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"financialservices": {
|
||||
"description": "Financial Services API C++ Client Library",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "google-cloud-cpp",
|
||||
"default-features": false,
|
||||
"features": [
|
||||
"grpc-common"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"functions": {
|
||||
"description": "Cloud Functions API C++ Client Library",
|
||||
"dependencies": [
|
||||
@@ -1537,6 +1573,18 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"storagebatchoperations": {
|
||||
"description": "Cloud Storage Batch Operations API C++ Client Library",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "google-cloud-cpp",
|
||||
"default-features": false,
|
||||
"features": [
|
||||
"grpc-common"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"storagecontrol": {
|
||||
"description": "Cloud Storage Control API C++ Client Library",
|
||||
"dependencies": [
|
||||
|
||||
@@ -3309,7 +3309,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"google-cloud-cpp": {
|
||||
"baseline": "2.36.0",
|
||||
"baseline": "2.37.0",
|
||||
"port-version": 0
|
||||
},
|
||||
"google-cloud-cpp-common": {
|
||||
|
||||
@@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "5b5294164a66aa11b372898f3b500ace1ec76c38",
|
||||
"version": "2.37.0",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "59ac0fdeaf9b7b640f0c6c2a681cda3fc7862dce",
|
||||
"version": "2.36.0",
|
||||
|
||||
Reference in New Issue
Block a user