From 726c11148105a97aef39bec024fdb7c140b1b154 Mon Sep 17 00:00:00 2001 From: Stefano Sinigardi Date: Mon, 7 Oct 2019 19:35:13 +0200 Subject: [vcpkg] fatal_error when patch fails to apply (#8087) vcpkg will now fail on failure to apply patches except when using `--head`. --- ports/google-cloud-cpp/CONTROL | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'ports/google-cloud-cpp/CONTROL') diff --git a/ports/google-cloud-cpp/CONTROL b/ports/google-cloud-cpp/CONTROL index df2e3c8a3..2d17390ee 100644 --- a/ports/google-cloud-cpp/CONTROL +++ b/ports/google-cloud-cpp/CONTROL @@ -1,5 +1,5 @@ -Source: google-cloud-cpp -Version: 0.14.0 -Build-Depends: grpc, curl[ssl], crc32c, googleapis -Description: C++ Client Libraries for Google Cloud Platform APIs. -Homepage: https://github.com/googleapis/google-cloud-cpp +Source: google-cloud-cpp +Version: 0.14.0-1 +Build-Depends: grpc, curl[ssl], crc32c, googleapis +Description: C++ Client Libraries for Google Cloud Platform APIs. +Homepage: https://github.com/googleapis/google-cloud-cpp -- cgit v1.2.3