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.
This commit is contained in:
Carlos O'Ryan 2019-03-10 14:04:07 -04:00 committed by Victor Romero
parent 650ffbd1c8
commit b726bf90bf
2 changed files with 4 additions and 4 deletions

View File

@ -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.

View File

@ -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
)