mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 10:21:07 +08:00
[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
This commit is contained in:
parent
722b30de80
commit
69670b0a4a
@ -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
|
||||
)
|
||||
|
||||
|
@ -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",
|
||||
|
@ -2189,7 +2189,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"functions-framework-cpp": {
|
||||
"baseline": "0.5.0",
|
||||
"baseline": "0.6.0",
|
||||
"port-version": 0
|
||||
},
|
||||
"fuzzylite": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "137edc9b4dd9a58f50ae9db1671d4608748088e7",
|
||||
"version": "0.6.0",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "48d17ad88b188aa35db1a9d18f78b4fa9b9a8e22",
|
||||
"version": "0.5.0",
|
||||
|
Loading…
x
Reference in New Issue
Block a user