diff options
| author | Carlos O'Ryan <coryan@users.noreply.github.com> | 2019-04-15 09:28:47 -0400 |
|---|---|---|
| committer | Griffin Downs <35574547+grdowns@users.noreply.github.com> | 2019-04-15 06:28:47 -0700 |
| commit | c0a377682e5c3617ac54e3bb72716c2789329357 (patch) | |
| tree | 025ae134bb0a3bcfd062eb80891b1ebaee657a8c /ports/google-cloud-cpp | |
| parent | 60db384541ad9e0c65a8219d9628140692dc600a (diff) | |
| download | vcpkg-c0a377682e5c3617ac54e3bb72716c2789329357.tar.gz vcpkg-c0a377682e5c3617ac54e3bb72716c2789329357.zip | |
[google-cloud-cpp] Upgrade to 0.8.1. (#6072)
* Upgrade google-cloud-cpp to 0.8.1.
* Update to Opus 1.3.1 (#6086)
* [cpptoml] new port (#6089)
* Update patch comment
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 | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/ports/google-cloud-cpp/CONTROL b/ports/google-cloud-cpp/CONTROL index 006b8fe2b..0f689c9e0 100644 --- a/ports/google-cloud-cpp/CONTROL +++ b/ports/google-cloud-cpp/CONTROL @@ -1,4 +1,4 @@ Source: google-cloud-cpp
-Version: 0.8.0-1
+Version: 0.8.1-1
Build-Depends: grpc, curl[ssl], crc32c
Description: C++ Client Libraries for Google Cloud Platform APIs.
diff --git a/ports/google-cloud-cpp/portfile.cmake b/ports/google-cloud-cpp/portfile.cmake index b227b3b53..91dd7b83c 100644 --- a/ports/google-cloud-cpp/portfile.cmake +++ b/ports/google-cloud-cpp/portfile.cmake @@ -5,11 +5,11 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO GoogleCloudPlatform/google-cloud-cpp - REF v0.8.0 - SHA512 cdb527169c7badab395eb38ba554022a364a99b9cb32705bf69a9613cee74acc1e2402e00ffdcb740467e85603e617f73b01e557afeb1f2786872f8d60f3a75a + REF v0.8.1 + SHA512 d81e05703b77109cace4460f8053cf4524d8372ee9185b3ba7d8713ca40e9fd16735b4e46cd8526bf61b8af9a4bdf9eb854505a25d02289227cf216660b12713 HEAD_REF master PATCHES - cmake-libcurl-target.patch # Not needed _after_ v0.8.0 + cmake-libcurl-target.patch # Should not be needed for v0.9.0+ / once googleapis/google-cloud-cpp@3284e34 is included cmake-libcurl-find-config.patch ) |
