diff options
| author | nicole mazzuca <mazzucan@outlook.com> | 2020-03-04 11:00:03 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-04 11:00:03 -0800 |
| commit | 3c1307865549864e6698ca04d63b2b5df464b641 (patch) | |
| tree | a60dc13e0bdd1227e99794f1ef459743d73921c7 | |
| parent | 047fa52aa23e8a77d6590cce95411629e1bfb899 (diff) | |
| download | vcpkg-3c1307865549864e6698ca04d63b2b5df464b641.tar.gz vcpkg-3c1307865549864e6698ca04d63b2b5df464b641.zip | |
[googleapis] update to v0.5.0 release (#10272)
* [googleapis] update to v0.5.0 release
* Address review comments.
| -rw-r--r-- | ports/googleapis/CONTROL | 2 | ||||
| -rw-r--r-- | ports/googleapis/portfile.cmake | 8 |
2 files changed, 4 insertions, 6 deletions
diff --git a/ports/googleapis/CONTROL b/ports/googleapis/CONTROL index 21a890f98..a692293cb 100644 --- a/ports/googleapis/CONTROL +++ b/ports/googleapis/CONTROL @@ -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 diff --git a/ports/googleapis/portfile.cmake b/ports/googleapis/portfile.cmake index c445ec3f4..e56ec3da5 100644 --- a/ports/googleapis/portfile.cmake +++ b/ports/googleapis/portfile.cmake @@ -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 ) |
