diff options
| author | Carlos O'Ryan <coryan@users.noreply.github.com> | 2020-11-04 01:33:46 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-03 22:33:46 -0800 |
| commit | 53f9a328a9b1a94514ef29a51ccb342456ea0f0a (patch) | |
| tree | 9332e9cb80a7986b43d16de59d2d18651644c370 /ports/google-cloud-cpp | |
| parent | 7ffb963cdf7a7f4b89c57f20822e4b60a03b59b8 (diff) | |
| download | vcpkg-53f9a328a9b1a94514ef29a51ccb342456ea0f0a.tar.gz vcpkg-53f9a328a9b1a94514ef29a51ccb342456ea0f0a.zip | |
[google-cloud-cpp] Update to the v1.20.0 release (#14375)
Diffstat (limited to 'ports/google-cloud-cpp')
| -rw-r--r-- | ports/google-cloud-cpp/CONTROL | 2 | ||||
| -rw-r--r-- | ports/google-cloud-cpp/portfile.cmake | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/google-cloud-cpp/CONTROL b/ports/google-cloud-cpp/CONTROL index d24fd83ba..43818b229 100644 --- a/ports/google-cloud-cpp/CONTROL +++ b/ports/google-cloud-cpp/CONTROL @@ -1,5 +1,5 @@ Source: google-cloud-cpp -Version: 1.19.0 +Version: 1.20.0 Build-Depends: abseil, grpc, curl[ssl], crc32c, nlohmann-json Description: C++ Client Libraries for Google Cloud Platform APIs. Homepage: https://github.com/googleapis/google-cloud-cpp diff --git a/ports/google-cloud-cpp/portfile.cmake b/ports/google-cloud-cpp/portfile.cmake index 3bcfc0609..cdab0a1a7 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.19.0 - SHA512 41a4784bde3f9390494d3f9d48748db463f5239e14995d91e4396e85737a5970863b52afedf0b279c3aaf7958736c783bc258b4001eeb84152a9a1ec5d97b8de + REF v1.20.0 + SHA512 47af82c1d34a6e2981f627c89994fd832d2cea33d196439db0605c40efaf8db4ba074d556ece3a80a7404cceab09a0f216cc2dc0a8fac7eb2ff9674545f47fa9 HEAD_REF master ) |
