aboutsummaryrefslogtreecommitdiff
path: root/ports/googleapis
diff options
context:
space:
mode:
authorCarlos O'Ryan <coryan@users.noreply.github.com>2019-09-10 14:48:28 -0400
committerPhil Christensen <philc@microsoft.com>2019-09-10 11:48:28 -0700
commita854988d140e3870ad64379dc2b92c2286833172 (patch)
tree02170711e79fdd5785f670e91389261d2b062a19 /ports/googleapis
parent16219224773071ecf25f61a8eb7abf7364506278 (diff)
downloadvcpkg-a854988d140e3870ad64379dc2b92c2286833172.tar.gz
vcpkg-a854988d140e3870ad64379dc2b92c2286833172.zip
Update google-cloud-cpp and googleapis. (#8077)
Diffstat (limited to 'ports/googleapis')
-rw-r--r--ports/googleapis/CONTROL2
-rw-r--r--ports/googleapis/portfile.cmake4
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/googleapis/CONTROL b/ports/googleapis/CONTROL
index 194cd39f5..ac633e51b 100644
--- a/ports/googleapis/CONTROL
+++ b/ports/googleapis/CONTROL
@@ -1,5 +1,5 @@
Source: googleapis
-Version: 0.1.3
+Version: 0.1.5
Build-Depends: grpc, protobuf
Description: C++ Proto Libraries for Google APIs.
Homepage: https://github.com/googleapis/cpp-cmakefiles
diff --git a/ports/googleapis/portfile.cmake b/ports/googleapis/portfile.cmake
index 969ec95fb..978d7a4b8 100644
--- a/ports/googleapis/portfile.cmake
+++ b/ports/googleapis/portfile.cmake
@@ -9,8 +9,8 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO googleapis/cpp-cmakefiles
- REF v0.1.3
- SHA512 5c6be5af731d97dcf754b1f643c35a1c806e6b976a3dd027dd80ee15f86c6d70f772dcecbf2da5597a4e8d8d9639813c2d2f66dd7112b8039c14c3a49ec6c4db
+ REF v0.1.5
+ SHA512 7c940cd60490c64b67b608b10dc85f8be33b370737e0d2a6c73015fc5b9b921b07aceef672f6cdef86878d766e4f2c89af28869e06677ca1ddbbf11fe8b5f963
HEAD_REF master
)