diff options
| author | Carlos O'Ryan <coryan@users.noreply.github.com> | 2020-10-06 16:31:47 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-06 13:31:47 -0700 |
| commit | b999dfdfec58560df7978bd9e8bdb7476d29ef5f (patch) | |
| tree | 6ea10925bbf0c481d3f44ab109269d370b002a6d /ports/google-cloud-cpp | |
| parent | d74c970359ef2bbdcaf15433c238a5a9429bf9ba (diff) | |
| download | vcpkg-b999dfdfec58560df7978bd9e8bdb7476d29ef5f.tar.gz vcpkg-b999dfdfec58560df7978bd9e8bdb7476d29ef5f.zip | |
[google-cloud-cpp] Update to v1.19.0 release (#13846)
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 825465431..d24fd83ba 100644 --- a/ports/google-cloud-cpp/CONTROL +++ b/ports/google-cloud-cpp/CONTROL @@ -1,5 +1,5 @@ Source: google-cloud-cpp -Version: 1.18.0 +Version: 1.19.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 7e94b4c6d..3bcfc0609 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.18.0 - SHA512 ba22584947e6e016597b7051e0f7ccd87a4f8ae1f7a5feb74bc84553450b3f536b34a4ad5e37b828d6753880e67e1e577e4f7580fb76f0cdf4c6299d69c5c8c0 + REF v1.19.0 + SHA512 41a4784bde3f9390494d3f9d48748db463f5239e14995d91e4396e85737a5970863b52afedf0b279c3aaf7958736c783bc258b4001eeb84152a9a1ec5d97b8de HEAD_REF master ) |
