From 3c1307865549864e6698ca04d63b2b5df464b641 Mon Sep 17 00:00:00 2001 From: nicole mazzuca Date: Wed, 4 Mar 2020 11:00:03 -0800 Subject: [PATCH] [googleapis] update to v0.5.0 release (#10272) * [googleapis] update to v0.5.0 release * Address review comments. --- ports/googleapis/CONTROL | 2 +- ports/googleapis/portfile.cmake | 8 +++----- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/ports/googleapis/CONTROL b/ports/googleapis/CONTROL index 21a890f981..a692293cb3 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 c445ec3f4b..e56ec3da54 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 )