[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
This commit is contained in:
Carlos O'Ryan 2019-04-15 09:28:47 -04:00 committed by Griffin Downs
parent 60db384541
commit c0a377682e
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
Source: google-cloud-cpp Source: google-cloud-cpp
Version: 0.8.0-1 Version: 0.8.1-1
Build-Depends: grpc, curl[ssl], crc32c Build-Depends: grpc, curl[ssl], crc32c
Description: C++ Client Libraries for Google Cloud Platform APIs. Description: C++ Client Libraries for Google Cloud Platform APIs.

View File

@ -5,11 +5,11 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
vcpkg_from_github( vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH OUT_SOURCE_PATH SOURCE_PATH
REPO GoogleCloudPlatform/google-cloud-cpp REPO GoogleCloudPlatform/google-cloud-cpp
REF v0.8.0 REF v0.8.1
SHA512 cdb527169c7badab395eb38ba554022a364a99b9cb32705bf69a9613cee74acc1e2402e00ffdcb740467e85603e617f73b01e557afeb1f2786872f8d60f3a75a SHA512 d81e05703b77109cace4460f8053cf4524d8372ee9185b3ba7d8713ca40e9fd16735b4e46cd8526bf61b8af9a4bdf9eb854505a25d02289227cf216660b12713
HEAD_REF master HEAD_REF master
PATCHES 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 cmake-libcurl-find-config.patch
) )