aboutsummaryrefslogtreecommitdiff
path: root/ports/google-cloud-cpp
diff options
context:
space:
mode:
authorCarlos O'Ryan <coryan@users.noreply.github.com>2020-08-05 19:56:28 +0000
committerGitHub <noreply@github.com>2020-08-05 12:56:28 -0700
commitb0b241fc336251a76b10386f513abc5ec2b3c561 (patch)
tree8a3aa91d53d12318205b7224d0d9353cca259ead /ports/google-cloud-cpp
parent4fb846bd44e375a5d59f80fa820aa1e7f2f1dcce (diff)
downloadvcpkg-b0b241fc336251a76b10386f513abc5ec2b3c561.tar.gz
vcpkg-b0b241fc336251a76b10386f513abc5ec2b3c561.zip
[google-cloud-cpp] Update to v1.16.0 (#12747)
Diffstat (limited to 'ports/google-cloud-cpp')
-rw-r--r--ports/google-cloud-cpp/CONTROL2
-rw-r--r--ports/google-cloud-cpp/portfile.cmake4
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/google-cloud-cpp/CONTROL b/ports/google-cloud-cpp/CONTROL
index fa905504f..3591680d6 100644
--- a/ports/google-cloud-cpp/CONTROL
+++ b/ports/google-cloud-cpp/CONTROL
@@ -1,5 +1,5 @@
Source: google-cloud-cpp
-Version: 1.15.0
+Version: 1.16.0
Build-Depends: abseil, grpc, curl[ssl], crc32c
Description: C++ Client Libraries for Google Cloud Platform APIs.
Homepage: https://github.com/googleapis/google-cloud-cpp
diff --git a/ports/google-cloud-cpp/portfile.cmake b/ports/google-cloud-cpp/portfile.cmake
index 836115f01..065fe3706 100644
--- a/ports/google-cloud-cpp/portfile.cmake
+++ b/ports/google-cloud-cpp/portfile.cmake
@@ -3,8 +3,8 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO googleapis/google-cloud-cpp
- REF v1.15.0
- SHA512 193599a0ae64ee72a130417e7ce11b0e1c4af353b14124be6c781cde4f7478313460adfcf429a14195486c7d17be197410c37c2778265f08cfcba97af603b86c
+ REF v1.16.0
+ SHA512 0e8b427d0131dfcb12d741ebd22e37e2a572ea10f3500d288c611f60f9ace8896ceb2a80213f741510d331c250bff59a38232bf967d3669c3310719ce6b0c05f
HEAD_REF master
)