diff options
| author | Carlos O'Ryan <coryan@users.noreply.github.com> | 2019-03-10 14:04:07 -0400 |
|---|---|---|
| committer | Victor Romero <romerosanchezv@gmail.com> | 2019-03-10 11:04:07 -0700 |
| commit | b726bf90bf6fe6f246fb9591cfddfe7f32b4b95d (patch) | |
| tree | ee22cfccf202527b2ec3a250277e01fd52ca9785 /ports/google-cloud-cpp | |
| parent | 650ffbd1c8c50acf2f45db43f927ce00a57f2644 (diff) | |
| download | vcpkg-b726bf90bf6fe6f246fb9591cfddfe7f32b4b95d.tar.gz vcpkg-b726bf90bf6fe6f246fb9591cfddfe7f32b4b95d.zip | |
Upgrade google-cloud-cpp to 0.7.0. (#5619)
In this version we can remove the dependency on gtest for the build. Of
course there are many other changes, but that is the one relevant for
packaging.
Diffstat (limited to 'ports/google-cloud-cpp')
| -rw-r--r-- | ports/google-cloud-cpp/CONTROL | 4 | ||||
| -rw-r--r-- | ports/google-cloud-cpp/portfile.cmake | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/ports/google-cloud-cpp/CONTROL b/ports/google-cloud-cpp/CONTROL index 195d3d6f5..a23a885b4 100644 --- a/ports/google-cloud-cpp/CONTROL +++ b/ports/google-cloud-cpp/CONTROL @@ -1,4 +1,4 @@ Source: google-cloud-cpp
-Version: 0.6.0
-Build-Depends: grpc, gtest, curl, crc32c
+Version: 0.7.0
+Build-Depends: grpc, curl, 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 0f8b14d84..b9ca818b1 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 GoogleCloudPlatform/google-cloud-cpp - REF v0.5.0 - SHA512 48c5f4828bc85ae2c4bfe52b5bb51ff5da6a4cd6759f819aefaf9c23d7fffeb0a10390274f0e83f030f66f59a364c05583240e426143073187f104345e0b05d5 + REF v0.7.0 + SHA512 8e01096b569e78f74ee0015fa7f04729354f9001234acd098333c883247ede209582c929903460264f1155bfa0225837fd770f75ba021f8287cafa78e87e6975 HEAD_REF master ) |
