aboutsummaryrefslogtreecommitdiff
path: root/ports/google-cloud-cpp/portfile.cmake
diff options
context:
space:
mode:
authorCarlos O'Ryan <coryan@users.noreply.github.com>2019-06-05 19:38:37 -0400
committerPhil Christensen <philc@microsoft.com>2019-06-05 16:38:37 -0700
commitf6f127eb00fb6b5d43d307bec01e02da570b0631 (patch)
tree25af4b9c3d939e257ea7dafa662a9799a23a7064 /ports/google-cloud-cpp/portfile.cmake
parent8ad8f08836f2982534535b9293fba003f4b12074 (diff)
downloadvcpkg-f6f127eb00fb6b5d43d307bec01e02da570b0631.tar.gz
vcpkg-f6f127eb00fb6b5d43d307bec01e02da570b0631.zip
Upgrade google-cloud-cpp to 0.10.0. (#6785)
With the new version we should not need the patch, so I removed it. We also moved the repository from GoogleCloudPlatform to the googleapis/ GitHub organization, save a redirect in the download by fixing that.
Diffstat (limited to 'ports/google-cloud-cpp/portfile.cmake')
-rw-r--r--ports/google-cloud-cpp/portfile.cmake8
1 files changed, 3 insertions, 5 deletions
diff --git a/ports/google-cloud-cpp/portfile.cmake b/ports/google-cloud-cpp/portfile.cmake
index 289c51a01..84c5c0240 100644
--- a/ports/google-cloud-cpp/portfile.cmake
+++ b/ports/google-cloud-cpp/portfile.cmake
@@ -4,12 +4,10 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
- REPO GoogleCloudPlatform/google-cloud-cpp
- REF v0.9.0
- SHA512 b62051b9396efe8af8063d28ac958524b762a90c053f82030834bd38f018f0755487f6b39ceb5a0082d7cbf8784854c4effd81de27633086857330dc9bda182b
+ REPO googleapis/google-cloud-cpp
+ REF v0.10.0
+ SHA512 9a1774dcc39d1626c8a9cf8630fe3b3110df7e21e452c7b137e1911d10b304997571aadff5fc0216715729db4a29621066a5236a0b2cb027bba4ce3c56492fb3
HEAD_REF master
- PATCHES
- cmake-libcurl-find-config.patch
)
vcpkg_configure_cmake(