diff options
| author | Carlos O'Ryan <coryan@users.noreply.github.com> | 2020-04-07 13:03:46 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-07 10:03:46 -0700 |
| commit | a3a6e703448b58b0d86ff4b6b5f658b8d26cd76d (patch) | |
| tree | a644bc3debc33f002dc143375eee761cff84a56e /ports/google-cloud-cpp | |
| parent | 6c4e822611324de4af9c8bb0ef8094e4a9b30a6e (diff) | |
| download | vcpkg-a3a6e703448b58b0d86ff4b6b5f658b8d26cd76d.tar.gz vcpkg-a3a6e703448b58b0d86ff4b6b5f658b8d26cd76d.zip | |
[google-cloud-cpp*] update to the latest release (#10680)
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 2075c8942..ba320d8f2 100644 --- a/ports/google-cloud-cpp/CONTROL +++ b/ports/google-cloud-cpp/CONTROL @@ -1,5 +1,5 @@ Source: google-cloud-cpp -Version: 0.20.0 +Version: 0.21.0 Build-Depends: grpc, curl[ssl], crc32c, googleapis, google-cloud-cpp-common 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 addfaf196..0bb7ef742 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 v0.20.0 - SHA512 6e760f56186ee4bf2fca0e8e4e031e8a508a1e820a470513912e8e0bbcd7855cc1d7834f855a7d5b040492241d6cae1e27117d1de46fb3167c962d700c905be2 + REF v0.21.0 + SHA512 744c7a14c31966df1f1383ad5804428807babf53079ed96514367f145eb38b4b90be3e0f9c6f16deb9269c754fd5a44e898e5afb77f6f749ba968605d79b8397 HEAD_REF master PATCHES 0001-fix-x86-build.patch |
