[googleapis] update to v0.5.0 release (#10272)

* [googleapis] update to v0.5.0 release

* Address review comments.
This commit is contained in:
nicole mazzuca 2020-03-04 11:00:03 -08:00 committed by GitHub
parent 047fa52aa2
commit 3c13078655
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 6 deletions

View File

@ -1,5 +1,5 @@
Source: googleapis
Version: 0.4.1
Version: 0.5.0
Build-Depends: grpc, protobuf
Description: C++ Proto Libraries for Google APIs.
Homepage: https://github.com/googleapis/cpp-cmakefiles

View File

@ -1,14 +1,12 @@
if (VCPKG_TARGET_IS_UWP)
message(FATAL_ERROR "Package `googleapis` doesn't support UWP")
endif()
vcpkg_fail_port_install(ON_TARGET "uwp")
vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO googleapis/cpp-cmakefiles
REF v0.4.1
SHA512 b854833b74ae10aa249ee3926f0faa766a2d9dc82283a33d21b6e933a6b1feee0b0ba711f258b2a9face0de0f4f5e7bb87230fb8dd45ba7be279903ee00c1d8a
REF v0.5.0
SHA512 8c552e9d2ad8341036464945c37a663a1135c97044fa9e70e372e9179515232d14725352c8c4b171d6b845c3a9273cecdbedc11e8e5cc08361ef03a608e3c025
HEAD_REF master
)