mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 09:49:07 +08:00
[google-cloud-cpp] update to latest release (v1.33.0) (#21118)
This commit is contained in:
parent
0dd8b7ffd2
commit
9675ab15de
@ -5,8 +5,8 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO googleapis/google-cloud-cpp
|
||||
REF v1.32.1
|
||||
SHA512 385adb0e39ed0b3474609d90524bb3fe8c42d92d34626cde7b70b1eb4cd76dd22e9b5b9d0933d600ce7a585c63382d764a038fd8152a39bbbd8010524eb40e9b
|
||||
REF v1.33.0
|
||||
SHA512 fda083368db3b31dbfa6b6d6b02254a2c2b71a61389c94d8f62a5fcd729691bbe54745e1887fe36b244411af09fcaf7968e535ea9a3dc4833892859e7201bf67
|
||||
HEAD_REF main
|
||||
)
|
||||
|
||||
|
@ -1,7 +1,6 @@
|
||||
{
|
||||
"name": "google-cloud-cpp",
|
||||
"version": "1.32.1",
|
||||
"port-version": 1,
|
||||
"version": "1.33.0",
|
||||
"description": "C++ Client Libraries for Google Cloud Platform APIs.",
|
||||
"homepage": "https://github.com/googleapis/google-cloud-cpp",
|
||||
"license": "Apache-2.0",
|
||||
@ -78,9 +77,6 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"firestore": {
|
||||
"description": "Community contributions to interact with Firestore"
|
||||
},
|
||||
"iam": {
|
||||
"description": "The Google Cloud IAM C++ client library",
|
||||
"dependencies": [
|
||||
|
@ -2501,8 +2501,8 @@
|
||||
"port-version": 7
|
||||
},
|
||||
"google-cloud-cpp": {
|
||||
"baseline": "1.32.1",
|
||||
"port-version": 1
|
||||
"baseline": "1.33.0",
|
||||
"port-version": 0
|
||||
},
|
||||
"google-cloud-cpp-common": {
|
||||
"baseline": "alias",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "3c272f2136618359a7e387fdc45a434e25e4ce85",
|
||||
"version": "1.33.0",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "793c4f8aafbed21274611812020a3a4c01517fc2",
|
||||
"version": "1.32.1",
|
||||
|
Loading…
Reference in New Issue
Block a user