mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 11:49:05 +08:00
[google-cloud-cpp] update to latest release (v2.13.0) (#32391)
This commit is contained in:
parent
243b4c8604
commit
dafef74af5
@ -4,7 +4,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO googleapis/google-cloud-cpp
|
||||
REF "v${VERSION}"
|
||||
SHA512 206d07eb65da472a9cc743ef6de0ddc7c0e13833cb990dc2415681be7c2a9d8ddfac6a25880ff3dbd2c73257d2ad8f7b8331cc1755e31d85bdb5386a12c91dbe
|
||||
SHA512 b708945b5cdfe49e17208f7ff372064cce8844c0ed9e0a60f291a4a0b4d01b886997e8365e3802740d8914e58426d91cf3db1b37261c60d9661579212231c2ee
|
||||
HEAD_REF main
|
||||
PATCHES
|
||||
support_absl_cxx17.patch
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "google-cloud-cpp",
|
||||
"version": "2.12.0",
|
||||
"version": "2.13.0",
|
||||
"description": "C++ Client Libraries for Google Cloud Platform APIs.",
|
||||
"homepage": "https://github.com/googleapis/google-cloud-cpp",
|
||||
"license": "Apache-2.0",
|
||||
@ -380,6 +380,18 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"datafusion": {
|
||||
"description": "Cloud Data Fusion API C++ Client Library",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "google-cloud-cpp",
|
||||
"default-features": false,
|
||||
"features": [
|
||||
"grpc-common"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"datamigration": {
|
||||
"description": "Database Migration API C++ Client Library",
|
||||
"dependencies": [
|
||||
@ -732,6 +744,30 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"metastore": {
|
||||
"description": "Dataproc Metastore API C++ Client Library",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "google-cloud-cpp",
|
||||
"default-features": false,
|
||||
"features": [
|
||||
"grpc-common"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"migrationcenter": {
|
||||
"description": "Migration Center API C++ Client Library",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "google-cloud-cpp",
|
||||
"default-features": false,
|
||||
"features": [
|
||||
"grpc-common"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"monitoring": {
|
||||
"description": "Cloud Monitoring API C++ Client Library",
|
||||
"dependencies": [
|
||||
@ -768,6 +804,18 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"networksecurity": {
|
||||
"description": "Secure Web Proxy API C++ Client Library",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "google-cloud-cpp",
|
||||
"default-features": false,
|
||||
"features": [
|
||||
"grpc-common"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"notebooks": {
|
||||
"description": "Notebooks API C++ Client Library",
|
||||
"dependencies": [
|
||||
@ -876,6 +924,18 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"rapidmigrationassessment": {
|
||||
"description": "Rapid Migration Assessment C++ Client Library",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "google-cloud-cpp",
|
||||
"default-features": false,
|
||||
"features": [
|
||||
"grpc-common"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"recommender": {
|
||||
"description": "Recommender C++ Client Library",
|
||||
"dependencies": [
|
||||
|
@ -2929,7 +2929,7 @@
|
||||
"port-version": 3
|
||||
},
|
||||
"google-cloud-cpp": {
|
||||
"baseline": "2.12.0",
|
||||
"baseline": "2.13.0",
|
||||
"port-version": 0
|
||||
},
|
||||
"google-cloud-cpp-common": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "c067a236b62d38d1f56a658b086039bf22441c4a",
|
||||
"version": "2.13.0",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "f7179212beeb134849f381dbe2c200580cc37c97",
|
||||
"version": "2.12.0",
|
||||
|
Loading…
Reference in New Issue
Block a user