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 | |
| 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')
| -rw-r--r-- | ports/google-cloud-cpp/portfile.cmake | 4 | ||||
| -rw-r--r-- | ports/google-cloud-cpp/vcpkg.json | 25 |
2 files changed, 25 insertions, 4 deletions
diff --git a/ports/google-cloud-cpp/portfile.cmake b/ports/google-cloud-cpp/portfile.cmake index 6dfe0070b..6d935c9cf 100644 --- a/ports/google-cloud-cpp/portfile.cmake +++ b/ports/google-cloud-cpp/portfile.cmake @@ -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.30.1 - SHA512 2a49c92eae39e2389bb8c765c2aa9374ae38a64f8f19a7744887d2176dc846017d8bc78c0391c55654765aaeff11bb1f3ea7e904d1e7b16580941ab74585e8bc + REF v1.31.0 + SHA512 aa650297e60d36f79392a9e206f42bd58f63036e32466ee7a5cd2862cb4b38edf8178e2b04ef3a2dda47ab4f4a544ad3fa4de560f8fd8b9dcf02e60b76a07108 HEAD_REF master ) 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" }, |
