diff options
| author | Carlos O'Ryan <coryan@users.noreply.github.com> | 2019-07-15 13:09:12 -0400 |
|---|---|---|
| committer | Victor Romero <romerosanchezv@gmail.com> | 2019-07-15 10:09:12 -0700 |
| commit | 164dc9e4b15110ba2371f8bbc6623436c89cbb68 (patch) | |
| tree | 57a38c68c819f13d5e1cd2757ac68a0550f5b331 | |
| parent | c477e87ede1cd099c24b004624c88933644d7abd (diff) | |
| download | vcpkg-164dc9e4b15110ba2371f8bbc6623436c89cbb68.tar.gz vcpkg-164dc9e4b15110ba2371f8bbc6623436c89cbb68.zip | |
Upgrade google-cloud-cpp to v0.11.0. (#7134)
| -rw-r--r-- | ports/google-cloud-cpp/CONTROL | 2 | ||||
| -rw-r--r-- | ports/google-cloud-cpp/portfile.cmake | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/google-cloud-cpp/CONTROL b/ports/google-cloud-cpp/CONTROL index 6c1b23391..0adc8a16b 100644 --- a/ports/google-cloud-cpp/CONTROL +++ b/ports/google-cloud-cpp/CONTROL @@ -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.
diff --git a/ports/google-cloud-cpp/portfile.cmake b/ports/google-cloud-cpp/portfile.cmake index 84c5c0240..0ae85412a 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 googleapis/google-cloud-cpp - REF v0.10.0 - SHA512 9a1774dcc39d1626c8a9cf8630fe3b3110df7e21e452c7b137e1911d10b304997571aadff5fc0216715729db4a29621066a5236a0b2cb027bba4ce3c56492fb3 + REF v0.11.0 + SHA512 059322c73a9632644faec7dc33fc9e390cd5aeb1576a2e6ddeeb6e4078040c47f71fe687702f04173ee86638886872046ea22e60fae3f6a8bf16f6bfb9478962 HEAD_REF master ) |
