aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos O'Ryan <coryan@users.noreply.github.com>2020-04-17 17:03:20 -0400
committerGitHub <noreply@github.com>2020-04-17 14:03:20 -0700
commit3072ca33e5c8acbcc22cdf46a1ebcf3f962763a2 (patch)
tree740c247e264db3c18eb3612224f34db311bf908b
parent5c768c95299beab4962a90b2f3a3f78b9040ce75 (diff)
downloadvcpkg-3072ca33e5c8acbcc22cdf46a1ebcf3f962763a2.tar.gz
vcpkg-3072ca33e5c8acbcc22cdf46a1ebcf3f962763a2.zip
[googleapis] Update to v0.8.0 (#10885)
-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 12617fc36..1af54585c 100644
--- a/ports/googleapis/CONTROL
+++ b/ports/googleapis/CONTROL
@@ -1,5 +1,5 @@
Source: googleapis
-Version: 0.7.0
+Version: 0.8.0
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 55eab05b9..cbc5917d5 100644
--- a/ports/googleapis/portfile.cmake
+++ b/ports/googleapis/portfile.cmake
@@ -5,8 +5,8 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO googleapis/cpp-cmakefiles
- REF v0.7.0
- SHA512 45a9c8934c82a3e8c5c91e24c9879cbe9d928f5276b1e20d1fa51fde6a7e6711212ac7d298b4f07942e3538e2b99e8101906f509697c9aad26b8fba09c292a13
+ REF v0.8.0
+ SHA512 a394cd21f850837283fa11d64f7e1c1078fe8c96f49b5ea11fcf0adaaf071d84bafb5a4b13b828872cbc45ff657470554dbb1d4e388b8ec8e32825b50bef233f
HEAD_REF master
)