diff options
| author | Carlos O'Ryan <coryan@users.noreply.github.com> | 2021-09-02 17:59:28 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-02 17:59:28 -0700 |
| commit | 7e7bcf89171b7ed84ece845b1fa596a018e462f2 (patch) | |
| tree | 86a8a6f9b57ec19f92a445fbc32fef97973550a0 /ports/google-cloud-cpp/vcpkg.json | |
| parent | 5512566ae7c06327a0df9d753b1705ab291026b3 (diff) | |
| download | vcpkg-7e7bcf89171b7ed84ece845b1fa596a018e462f2.tar.gz vcpkg-7e7bcf89171b7ed84ece845b1fa596a018e462f2.zip | |
[google-cloud-cpp] update to latest release (v1.31.0) (#19889)
Diffstat (limited to 'ports/google-cloud-cpp/vcpkg.json')
| -rw-r--r-- | ports/google-cloud-cpp/vcpkg.json | 25 |
1 files changed, 23 insertions, 2 deletions
diff --git a/ports/google-cloud-cpp/vcpkg.json b/ports/google-cloud-cpp/vcpkg.json index b907123b6..446aacacf 100644 --- a/ports/google-cloud-cpp/vcpkg.json +++ b/ports/google-cloud-cpp/vcpkg.json @@ -1,7 +1,6 @@ { "name": "google-cloud-cpp", - "version": "1.30.1", - "port-version": 1, + "version": "1.31.0", "description": "C++ Client Libraries for Google Cloud Platform APIs.", "homepage": "https://github.com/googleapis/google-cloud-cpp", "license": "Apache-2.0", @@ -48,6 +47,28 @@ } ] }, + "experimental-storage-grpc": { + "description": "The GCS+gRPC plugin", + "dependencies": [ + { + "name": "google-cloud-cpp", + "default-features": false, + "features": [ + "storage" + ] + }, + "grpc", + { + "name": "grpc", + "host": true + }, + "protobuf", + { + "name": "protobuf", + "host": true + } + ] + }, "firestore": { "description": "Community contributions to interact with Firestore" }, |
