Skip to content

Commit

Permalink
[functions-framework-cpp] update to latest release (v0.6.0) (#19603)
Browse files Browse the repository at this point in the history
* [functions-framework-cpp] update to latest release (v0.6.0)

* Fix version in portfile
  • Loading branch information
coryan authored Aug 30, 2021
1 parent 722b30d commit 69670b0
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ports/functions-framework-cpp/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

Expand Down
2 changes: 1 addition & 1 deletion ports/functions-framework-cpp/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -2189,7 +2189,7 @@
"port-version": 0
},
"functions-framework-cpp": {
"baseline": "0.5.0",
"baseline": "0.6.0",
"port-version": 0
},
"fuzzylite": {
Expand Down
5 changes: 5 additions & 0 deletions versions/f-/functions-framework-cpp.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "137edc9b4dd9a58f50ae9db1671d4608748088e7",
"version": "0.6.0",
"port-version": 0
},
{
"git-tree": "48d17ad88b188aa35db1a9d18f78b4fa9b9a8e22",
"version": "0.5.0",
Expand Down

0 comments on commit 69670b0

Please sign in to comment.