diff options
| author | Carlos O'Ryan <coryan@users.noreply.github.com> | 2021-02-08 20:55:26 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-08 17:55:26 -0800 |
| commit | 5f6519aaad1642c9a8d09178e417a5a6f5331d72 (patch) | |
| tree | 7ca36d2f952413988a054ad78f696a8d2298be7e /versions | |
| parent | 8317bf972a8f48559cb96e8fbc2e43fbff978a82 (diff) | |
| download | vcpkg-5f6519aaad1642c9a8d09178e417a5a6f5331d72.tar.gz vcpkg-5f6519aaad1642c9a8d09178e417a5a6f5331d72.zip | |
[functions-framework-cpp] add new port with version 0.3.0 (#15989)
* [functions-framework-cpp] add new port with version 0.3.0
* Address review comments
* Too much cleanup in the CI baseline
* Update version file
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 4 | ||||
| -rw-r--r-- | versions/f-/functions-framework-cpp.json | 9 |
2 files changed, 13 insertions, 0 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index 7136d913d..a26c3fd73 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -2060,6 +2060,10 @@ "baseline": "4.1.0", "port-version": 0 }, + "functions-framework-cpp": { + "baseline": "0.3.0", + "port-version": 0 + }, "fuzzylite": { "baseline": "6.0", "port-version": 3 diff --git a/versions/f-/functions-framework-cpp.json b/versions/f-/functions-framework-cpp.json new file mode 100644 index 000000000..3a3ad4a35 --- /dev/null +++ b/versions/f-/functions-framework-cpp.json @@ -0,0 +1,9 @@ +{ + "versions": [ + { + "git-tree": "35de9501f7e2c91bb35da41cffac790008330a3c", + "version-string": "0.3.0", + "port-version": 0 + } + ] +} |
