mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-26 01:30:55 +08:00
[google-cloud-cpp] update to the latest release (v2.33.0) (#42780)
This commit is contained in:
parent
526b56d8b0
commit
111995150f
@ -4,7 +4,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO googleapis/google-cloud-cpp
|
||||
REF "v${VERSION}"
|
||||
SHA512 849c9cd1929e78d232b1b669676df46c7b597ed132f503880b65d9a7d495a573e58de7b95cea9df0d861e7046620397ef804d72d57c770243cea7fc1afcf9762
|
||||
SHA512 f57857a0853fa0980bb2c07d25d22240ce27a005a41cc99bf25ca0148fe7c9d5717eeb393519a37f05b40d4c114dde30e959e994700aece1ca2c45e68cd9bf77
|
||||
HEAD_REF main
|
||||
)
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "google-cloud-cpp",
|
||||
"version": "2.32.0",
|
||||
"version": "2.33.0",
|
||||
"description": "C++ Client Libraries for Google Cloud Platform APIs.",
|
||||
"homepage": "https://github.com/googleapis/google-cloud-cpp",
|
||||
"license": "Apache-2.0",
|
||||
@ -765,7 +765,8 @@
|
||||
"name": "google-cloud-cpp",
|
||||
"default-features": false,
|
||||
"features": [
|
||||
"grpc-common"
|
||||
"grpc-common",
|
||||
"rest-common"
|
||||
]
|
||||
}
|
||||
]
|
||||
|
@ -3221,7 +3221,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"google-cloud-cpp": {
|
||||
"baseline": "2.32.0",
|
||||
"baseline": "2.33.0",
|
||||
"port-version": 0
|
||||
},
|
||||
"google-cloud-cpp-common": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "541916b36ffb283704df2f201a6d12f591cdd361",
|
||||
"version": "2.33.0",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "64e9d371960f9fd758992954ee20750adf6f1abc",
|
||||
"version": "2.32.0",
|
||||
|
Loading…
x
Reference in New Issue
Block a user