diff options
| author | Carlos O'Ryan <coryan@users.noreply.github.com> | 2019-09-10 14:48:28 -0400 |
|---|---|---|
| committer | Phil Christensen <philc@microsoft.com> | 2019-09-10 11:48:28 -0700 |
| commit | a854988d140e3870ad64379dc2b92c2286833172 (patch) | |
| tree | 02170711e79fdd5785f670e91389261d2b062a19 /ports/google-cloud-cpp | |
| parent | 16219224773071ecf25f61a8eb7abf7364506278 (diff) | |
| download | vcpkg-a854988d140e3870ad64379dc2b92c2286833172.tar.gz vcpkg-a854988d140e3870ad64379dc2b92c2286833172.zip | |
Update google-cloud-cpp and googleapis. (#8077)
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 a844f9749..a2bbef68d 100644 --- a/ports/google-cloud-cpp/CONTROL +++ b/ports/google-cloud-cpp/CONTROL @@ -1,5 +1,5 @@ Source: google-cloud-cpp
-Version: 0.12.0
+Version: 0.13.0
Build-Depends: grpc, curl[ssl], crc32c, googleapis
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 e9ffdd014..3d6572770 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 v0.12.0 - SHA512 14d83e099b9d425475b963b6b4fe11c1881988afc90d87a63b2a0d17cd18f3000f725fa230b6b7487e14e383e7f3c5803122dbadd9dacdeeadc541b55074a805 + REF v0.13.0 + SHA512 68e8ccf5308208e59f644f52d7433baacc1e1253c444a4f90886aab73d4dbe72bfd4b3f7ac667f1df708b0c9f3546cef0421d6ffdae9fc4c1979608c3cfce648 HEAD_REF master ) |
