diff options
| author | Carlos O'Ryan <coryan@users.noreply.github.com> | 2021-02-11 02:58:34 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-10 23:58:34 -0800 |
| commit | fbd84192fedcb0915b63d3197950e65139d06f16 (patch) | |
| tree | 8526c4ebfdbc017663e0acd378ae51e02cf3254f | |
| parent | bfc3ba0aab3f4058f5fe1dd8d442bfa7bbcaee8a (diff) | |
| download | vcpkg-fbd84192fedcb0915b63d3197950e65139d06f16.tar.gz vcpkg-fbd84192fedcb0915b63d3197950e65139d06f16.zip | |
[functions-framework-cpp] populate license field (#16163)
| -rw-r--r-- | ports/functions-framework-cpp/vcpkg.json | 2 | ||||
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/f-/functions-framework-cpp.json | 5 |
3 files changed, 8 insertions, 1 deletions
diff --git a/ports/functions-framework-cpp/vcpkg.json b/ports/functions-framework-cpp/vcpkg.json index 74bcf523c..49d41bb8d 100644 --- a/ports/functions-framework-cpp/vcpkg.json +++ b/ports/functions-framework-cpp/vcpkg.json @@ -1,8 +1,10 @@ { "name": "functions-framework-cpp", "version-string": "0.3.0", + "port-version": 1, "description": "Functions Framework for C++.", "homepage": "https://github.com/GoogleCloudPlatform/functions-framework-cpp/", + "license": "Apache-2.0", "dependencies": [ "abseil", "boost-beast", diff --git a/versions/baseline.json b/versions/baseline.json index 268f0dafe..7a426045d 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -2070,7 +2070,7 @@ }, "functions-framework-cpp": { "baseline": "0.3.0", - "port-version": 0 + "port-version": 1 }, "fuzzylite": { "baseline": "6.0", diff --git a/versions/f-/functions-framework-cpp.json b/versions/f-/functions-framework-cpp.json index 3a3ad4a35..9f70b1afa 100644 --- a/versions/f-/functions-framework-cpp.json +++ b/versions/f-/functions-framework-cpp.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "1506acc2df21c0b49e93d73da7229d524ace0fb3", + "version-string": "0.3.0", + "port-version": 1 + }, + { "git-tree": "35de9501f7e2c91bb35da41cffac790008330a3c", "version-string": "0.3.0", "port-version": 0 |
