aboutsummaryrefslogtreecommitdiff
path: root/ports/google-cloud-cpp-common
diff options
context:
space:
mode:
authorCarlos O'Ryan <coryan@users.noreply.github.com>2019-11-19 18:57:48 -0500
committerVictor Romero <romerosanchezv@gmail.com>2019-11-19 15:57:48 -0800
commit0887012a3f399079b9ca8fc1378ec7b3cd005e4e (patch)
tree9a49c063f084af484065a6aa92118ceac8cd1499 /ports/google-cloud-cpp-common
parenta22f53847acc989b143efc6933cf073414b1edb9 (diff)
downloadvcpkg-0887012a3f399079b9ca8fc1378ec7b3cd005e4e.tar.gz
vcpkg-0887012a3f399079b9ca8fc1378ec7b3cd005e4e.zip
[google-cloud-cpp*]Upgrade to latest release (#8986)
Diffstat (limited to 'ports/google-cloud-cpp-common')
-rw-r--r--ports/google-cloud-cpp-common/CONTROL2
-rw-r--r--ports/google-cloud-cpp-common/portfile.cmake4
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/google-cloud-cpp-common/CONTROL b/ports/google-cloud-cpp-common/CONTROL
index 945493770..541fa6762 100644
--- a/ports/google-cloud-cpp-common/CONTROL
+++ b/ports/google-cloud-cpp-common/CONTROL
@@ -1,5 +1,5 @@
Source: google-cloud-cpp-common
-Version: 0.15.0
+Version: 0.16.0
Build-Depends: grpc, googleapis
Description: Base C++ Libraries for Google Cloud Platform APIs
Homepage: https://github.com/googleapis/google-cloud-cpp-common
diff --git a/ports/google-cloud-cpp-common/portfile.cmake b/ports/google-cloud-cpp-common/portfile.cmake
index c48f74b80..e333c069e 100644
--- a/ports/google-cloud-cpp-common/portfile.cmake
+++ b/ports/google-cloud-cpp-common/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-common
- REF v0.15.0
- SHA512 0a723f714f63fbaa1900e4725b051445de614ed8a4700a6ad27037f9b63e56a7e9c5b4490e42044f077496074a8e0c3e7971bbcd601527c9f9fa20f088a19fa3
+ REF v0.16.0
+ SHA512 2325e4aa28cd883091a562f3de0390bb0139446920183487ed2fbc1e404c90ec6f5e42d5b6f59e1de65be66b61954bc4f66b3f441ad6ec89cd4591ce8ea3321d
HEAD_REF master)
vcpkg_configure_cmake(