From b726bf90bf6fe6f246fb9591cfddfe7f32b4b95d Mon Sep 17 00:00:00 2001 From: Carlos O'Ryan Date: Sun, 10 Mar 2019 14:04:07 -0400 Subject: [PATCH] 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. --- ports/google-cloud-cpp/CONTROL | 4 ++-- 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 )