Upgrade google-cloud-cpp to v0.11.0. (#7134)

This commit is contained in:
Carlos O'Ryan 2019-07-15 13:09:12 -04:00 committed by Victor Romero
parent c477e87ede
commit 164dc9e4b1
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
Source: google-cloud-cpp
Version: 0.10.0
Version: 0.11.0
Build-Depends: grpc, curl[ssl], 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 googleapis/google-cloud-cpp
REF v0.10.0
SHA512 9a1774dcc39d1626c8a9cf8630fe3b3110df7e21e452c7b137e1911d10b304997571aadff5fc0216715729db4a29621066a5236a0b2cb027bba4ce3c56492fb3
REF v0.11.0
SHA512 059322c73a9632644faec7dc33fc9e390cd5aeb1576a2e6ddeeb6e4078040c47f71fe687702f04173ee86638886872046ea22e60fae3f6a8bf16f6bfb9478962
HEAD_REF master
)