mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 05:39:06 +08:00
[functions-framework-cpp] update to 1.2.0 (#34148)
This commit is contained in:
parent
f83deb2d03
commit
30a1ca27bd
12
ports/functions-framework-cpp/fix-integral-include.patch
Normal file
12
ports/functions-framework-cpp/fix-integral-include.patch
Normal file
@ -0,0 +1,12 @@
|
||||
diff --git a/google/cloud/functions/internal/parse_options.cc b/google/cloud/functions/internal/parse_options.cc
|
||||
index ba3a2b5..54daf29 100644
|
||||
--- a/google/cloud/functions/internal/parse_options.cc
|
||||
+++ b/google/cloud/functions/internal/parse_options.cc
|
||||
@@ -17,6 +17,7 @@
|
||||
#include <iostream>
|
||||
#include <limits>
|
||||
#include <stdexcept>
|
||||
+#include <cstdint>
|
||||
|
||||
namespace google::cloud::functions_internal {
|
||||
FUNCTIONS_FRAMEWORK_CPP_INLINE_NAMESPACE_BEGIN
|
@ -4,9 +4,10 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO GoogleCloudPlatform/functions-framework-cpp
|
||||
REF v1.1.0
|
||||
SHA512 2dcedbded84fdd604724b4f2482ee531aaa640ebdbb69f77978e1af8943d9d7746152953953ebd89d8304ed3efbc334c620890142b0ba2e1239862e43a158364
|
||||
REF "v${VERSION}"
|
||||
SHA512 3832e205a2505152ed6955d7cf5630b2045133221ddd96e2bef62e66cad58cea326f32428e2f494bbe1a10f5d66453d09ae46e6b972a7ed13f211efbb79527a8
|
||||
HEAD_REF main
|
||||
PATCHES fix-integral-include.patch
|
||||
)
|
||||
|
||||
vcpkg_cmake_configure(
|
||||
|
@ -1,7 +1,6 @@
|
||||
{
|
||||
"name": "functions-framework-cpp",
|
||||
"version": "1.1.0",
|
||||
"port-version": 4,
|
||||
"version": "1.2.0",
|
||||
"description": "Functions Framework for C++.",
|
||||
"homepage": "https://github.com/GoogleCloudPlatform/functions-framework-cpp/",
|
||||
"license": "Apache-2.0",
|
||||
|
@ -2741,8 +2741,8 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"functions-framework-cpp": {
|
||||
"baseline": "1.1.0",
|
||||
"port-version": 4
|
||||
"baseline": "1.2.0",
|
||||
"port-version": 0
|
||||
},
|
||||
"fuzzylite": {
|
||||
"baseline": "6.0",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "bcad4c80171c219e3f7ad02be34f1de48cf88889",
|
||||
"version": "1.2.0",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "e4ad257a93efebb34ffabde85fa4a548d5038706",
|
||||
"version": "1.1.0",
|
||||
|
Loading…
Reference in New Issue
Block a user