diff options
| author | Phil Christensen <philc@microsoft.com> | 2018-12-13 23:39:43 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-12-13 23:39:43 -0800 |
| commit | fcde2e64eb46295b64b3caa58d0d32eab0b6a49d (patch) | |
| tree | d67f7e9eebaaaa9437c8ef73d1a72348086860d1 | |
| parent | ff87743dcf6398835c6ffc82dfbb0233c571ad2b (diff) | |
| parent | aace39dc14a1d6dd4cac74b2c4c991241fcc35c8 (diff) | |
| download | vcpkg-fcde2e64eb46295b64b3caa58d0d32eab0b6a49d.tar.gz vcpkg-fcde2e64eb46295b64b3caa58d0d32eab0b6a49d.zip | |
Merge pull request #4953 from coryan/upgrade-google-cloud-cpp-to-v0.4.0
Upgrade google-cloud-cpp to v0.4.0
| -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 7a64d2e14..5689f78bb 100644 --- a/ports/google-cloud-cpp/CONTROL +++ b/ports/google-cloud-cpp/CONTROL @@ -1,4 +1,4 @@ Source: google-cloud-cpp
-Version: 0.3.0-1
+Version: 0.4.0
Build-Depends: grpc, gtest, curl, 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 2081b20f7..54fa6d483 100644 --- a/ports/google-cloud-cpp/portfile.cmake +++ b/ports/google-cloud-cpp/portfile.cmake @@ -8,8 +8,8 @@ include(vcpkg_common_functions) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO GoogleCloudPlatform/google-cloud-cpp - REF v0.3.0 - SHA512 90f876ebf4bea40c5bc12d2bd20d27b48202f951d57a68b657c07b7d468b2ac5a00e39a3a6fca48f92030d89ba7d9706eb52b3c8e734b392aee63632af042b5d + REF v0.4.0 + SHA512 2198a7e055c37c2a0d782e2226c2cfb4009e01c36783fe23a0a32b10c7800c1998fbaea17281cb831e7b58975d1bcdb1b2bfec0a5e4fd9d08f25299b96e8893a HEAD_REF master PATCHES include-protobuf.patch ) |
