diff options
| author | Carlos O'Ryan <coryan@users.noreply.github.com> | 2021-03-01 15:06:09 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-01 12:06:09 -0800 |
| commit | 9b9a6680b25872989c8eb0303d670f32e5cfe6a4 (patch) | |
| tree | c80a149baafef0b04da95d4293cd351a580ef48c /ports/functions-framework-cpp | |
| parent | db519ea44c6a203b7f370c9ccfff6361d397da12 (diff) | |
| download | vcpkg-9b9a6680b25872989c8eb0303d670f32e5cfe6a4.tar.gz vcpkg-9b9a6680b25872989c8eb0303d670f32e5cfe6a4.zip | |
[functions-framework-cpp] update to latest release (v0.5.0) (#16447)
Diffstat (limited to 'ports/functions-framework-cpp')
| -rw-r--r-- | ports/functions-framework-cpp/0001-fix-msvc-build.patch | 12 | ||||
| -rw-r--r-- | ports/functions-framework-cpp/portfile.cmake | 6 | ||||
| -rw-r--r-- | ports/functions-framework-cpp/vcpkg.json | 2 |
3 files changed, 3 insertions, 17 deletions
diff --git a/ports/functions-framework-cpp/0001-fix-msvc-build.patch b/ports/functions-framework-cpp/0001-fix-msvc-build.patch deleted file mode 100644 index 3bd928303..000000000 --- a/ports/functions-framework-cpp/0001-fix-msvc-build.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff --git a/google/cloud/functions/internal/base64_decode.cc b/google/cloud/functions/internal/base64_decode.cc -index 038cb47..38c9a72 100644 ---- a/google/cloud/functions/internal/base64_decode.cc -+++ b/google/cloud/functions/internal/base64_decode.cc -@@ -15,6 +15,7 @@ - #include "google/cloud/functions/internal/base64_decode.h" - #include <boost/archive/iterators/binary_from_base64.hpp> - #include <boost/archive/iterators/transform_width.hpp> -+#include <stdexcept> - - namespace google::cloud::functions_internal { - inline namespace FUNCTIONS_FRAMEWORK_CPP_NS { diff --git a/ports/functions-framework-cpp/portfile.cmake b/ports/functions-framework-cpp/portfile.cmake index 1330828b7..e0f938f23 100644 --- a/ports/functions-framework-cpp/portfile.cmake +++ b/ports/functions-framework-cpp/portfile.cmake @@ -4,11 +4,9 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO GoogleCloudPlatform/functions-framework-cpp - REF v0.4.0 - SHA512 89f1322cdefcafcff84a3afa95529068481dfb4f3ae363cd81e8b5a54f1d9158c402e2fa3f441428e6ab41e6c91d1280ebff8c3b6e239e4c064cedad34a15d6d + REF v0.5.0 + SHA512 cc7ba39a86a035625e09e653f1c60ee5125a449a2822c26b3e30d6ed3d84bfce93a8e627069b1c50e0dddcaf0277d82681627d653d42a3e967d191b2d979e2e8 HEAD_REF main - PATCHES - 0001-fix-msvc-build.patch ) vcpkg_configure_cmake( diff --git a/ports/functions-framework-cpp/vcpkg.json b/ports/functions-framework-cpp/vcpkg.json index 220c60d75..cb9077fe2 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.4.0", + "version": "0.5.0", "description": "Functions Framework for C++.", "homepage": "https://github.com/GoogleCloudPlatform/functions-framework-cpp/", "license": "Apache-2.0", |
