diff options
| author | nicole mazzuca <mazzucan@outlook.com> | 2020-03-04 10:49:39 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-04 10:49:39 -0800 |
| commit | 91c8d72a5536f6febc1ed69f323a5e27787f7661 (patch) | |
| tree | 4aa439753a8c07a779293aaf262bce8617e32c10 /ports/google-cloud-cpp-common | |
| parent | 9eb82bf53b3d98ec6e7f2e01547976647cabf64b (diff) | |
| download | vcpkg-91c8d72a5536f6febc1ed69f323a5e27787f7661.tar.gz vcpkg-91c8d72a5536f6febc1ed69f323a5e27787f7661.zip | |
[google-cloud-cpp*] update to latest release (#10283)
Update google-cloud-cpp-common to v0.21.0, google-cloud-cpp to v0.20.0,
and google-cloud-cpp-spanner to v0.9.0. These changes need to be atomic,
thus the single PR.
Diffstat (limited to 'ports/google-cloud-cpp-common')
| -rw-r--r-- | ports/google-cloud-cpp-common/CONTROL | 2 | ||||
| -rw-r--r-- | ports/google-cloud-cpp-common/portfile.cmake | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/google-cloud-cpp-common/CONTROL b/ports/google-cloud-cpp-common/CONTROL index 0b4299b68..f3df2b43d 100644 --- a/ports/google-cloud-cpp-common/CONTROL +++ b/ports/google-cloud-cpp-common/CONTROL @@ -1,5 +1,5 @@ Source: google-cloud-cpp-common -Version: 0.20.0 +Version: 0.21.0 Build-Depends: grpc, googleapis Description: Base C++ Libraries for Google Cloud Platform APIs Homepage: https://github.com/googleapis/google-cloud-cpp-common diff --git a/ports/google-cloud-cpp-common/portfile.cmake b/ports/google-cloud-cpp-common/portfile.cmake index 7f3878765..731e298e8 100644 --- a/ports/google-cloud-cpp-common/portfile.cmake +++ b/ports/google-cloud-cpp-common/portfile.cmake @@ -3,8 +3,8 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO googleapis/google-cloud-cpp-common - REF v0.20.0 - SHA512 9b6c26a91cd5fc5d95bcbe7fb8dff106e5bf169ab535a9b6315319800fa0cbd875142a033a3c5ff21df028d221601ffbe8d1feb2349cb156025122abdd715851 + REF v0.21.0 + SHA512 a339c6f57ac539f1c45f2fb92311e5d48e29a4406a1e0cfda2f1dc18e8c6db345588ad0bebd2c23531e572982d4429ee73b4f0c3df1ba8028d4100d9b12ecaa1 HEAD_REF master) vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS |
