diff options
| author | Carlos O'Ryan <coryan@users.noreply.github.com> | 2020-07-01 14:35:20 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-01 11:35:20 -0700 |
| commit | 42f70a42766ff3da9c0464dd78f1eed0e8ac3789 (patch) | |
| tree | 9f021ba4c38d28bc556da89e49b8b03f805d5d01 /ports/google-cloud-cpp | |
| parent | 532db1d8f7a5ac7d415fd9feccb7d1ee4377c9f3 (diff) | |
| download | vcpkg-42f70a42766ff3da9c0464dd78f1eed0e8ac3789.tar.gz vcpkg-42f70a42766ff3da9c0464dd78f1eed0e8ac3789.zip | |
[google-cloud-cpp] Update to v1.15.0 (#12195)
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 715c0c153..fa905504f 100644 --- a/ports/google-cloud-cpp/CONTROL +++ b/ports/google-cloud-cpp/CONTROL @@ -1,5 +1,5 @@ Source: google-cloud-cpp -Version: 1.14.0 +Version: 1.15.0 Build-Depends: abseil, grpc, curl[ssl], crc32c 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 601f2b3db..836115f01 100644 --- a/ports/google-cloud-cpp/portfile.cmake +++ b/ports/google-cloud-cpp/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 - REF v1.14.0 - SHA512 73ab8fd6167616ff0671c15b59afe0a0c8816badd873293d3645b46f74d5f4dfc7f89de84019c5933c132c3d061456067f686f72c1c5e775d9e8a3dae3cdc63f + REF v1.15.0 + SHA512 193599a0ae64ee72a130417e7ce11b0e1c4af353b14124be6c781cde4f7478313460adfcf429a14195486c7d17be197410c37c2778265f08cfcba97af603b86c HEAD_REF master ) |
