diff options
| author | Carlos O'Ryan <coryan@users.noreply.github.com> | 2019-08-07 19:43:35 -0400 |
|---|---|---|
| committer | Victor Romero <romerosanchezv@gmail.com> | 2019-08-07 16:43:35 -0700 |
| commit | 65cb5cd00cba333e3a41433058e42a114f61fb78 (patch) | |
| tree | 57b4ec111646e6225ac181d66a0f80419a2f4af5 /ports/google-cloud-cpp/CONTROL | |
| parent | c89dcc15a9b93b022990c972b7e0beb8d20b6629 (diff) | |
| download | vcpkg-65cb5cd00cba333e3a41433058e42a114f61fb78.tar.gz vcpkg-65cb5cd00cba333e3a41433058e42a114f61fb78.zip | |
Update google-cloud-cpp to 0.12.0. (#7557)
* Add googleapis proto libraries port.
Compile protos from github.com/googleapis/googleapis into C++ libraries.
* Updated google-cloud-cpp to 0.12.0
* [google-cloud-cpp] Fix flaky build
Diffstat (limited to 'ports/google-cloud-cpp/CONTROL')
| -rw-r--r-- | ports/google-cloud-cpp/CONTROL | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ports/google-cloud-cpp/CONTROL b/ports/google-cloud-cpp/CONTROL index 0adc8a16b..a844f9749 100644 --- a/ports/google-cloud-cpp/CONTROL +++ b/ports/google-cloud-cpp/CONTROL @@ -1,4 +1,5 @@ Source: google-cloud-cpp
-Version: 0.11.0
-Build-Depends: grpc, curl[ssl], crc32c
+Version: 0.12.0
+Build-Depends: grpc, curl[ssl], crc32c, googleapis
Description: C++ Client Libraries for Google Cloud Platform APIs.
+Homepage: https://github.com/googleapis/google-cloud-cpp
|
