From 69670b0a4a61c85d7f9e75951de046f59016120c Mon Sep 17 00:00:00 2001 From: Carlos O'Ryan Date: Mon, 30 Aug 2021 10:32:50 -0700 Subject: [functions-framework-cpp] update to latest release (v0.6.0) (#19603) * [functions-framework-cpp] update to latest release (v0.6.0) * Fix version in portfile --- ports/functions-framework-cpp/portfile.cmake | 4 ++-- ports/functions-framework-cpp/vcpkg.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'ports/functions-framework-cpp') diff --git a/ports/functions-framework-cpp/portfile.cmake b/ports/functions-framework-cpp/portfile.cmake index e0f938f23..1e145de3a 100644 --- a/ports/functions-framework-cpp/portfile.cmake +++ b/ports/functions-framework-cpp/portfile.cmake @@ -4,8 +4,8 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO GoogleCloudPlatform/functions-framework-cpp - REF v0.5.0 - SHA512 cc7ba39a86a035625e09e653f1c60ee5125a449a2822c26b3e30d6ed3d84bfce93a8e627069b1c50e0dddcaf0277d82681627d653d42a3e967d191b2d979e2e8 + REF v0.6.0 + SHA512 57d6ec2467d1f9e12c14c3d2c361be15e5c5cfa4a12f3a184a99b8b0e91b2224a9156bfd875c98e8ad0ea44b7f84524fac35c536718fa039941647616a9e8586 HEAD_REF main ) diff --git a/ports/functions-framework-cpp/vcpkg.json b/ports/functions-framework-cpp/vcpkg.json index cb9077fe2..9028886bf 100644 --- a/ports/functions-framework-cpp/vcpkg.json +++ b/ports/functions-framework-cpp/vcpkg.json @@ -1,6 +1,6 @@ { "name": "functions-framework-cpp", - "version": "0.5.0", + "version": "0.6.0", "description": "Functions Framework for C++.", "homepage": "https://github.com/GoogleCloudPlatform/functions-framework-cpp/", "license": "Apache-2.0", -- cgit v1.2.3