diff options
| author | Carlos O'Ryan <coryan@users.noreply.github.com> | 2021-02-11 02:53:56 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-10 23:53:56 -0800 |
| commit | e3d252bca98e83fdeb98fae3c23c301b2c970e67 (patch) | |
| tree | b64729c05cc1e753a4b9f75b83a9051ba5ec8926 | |
| parent | d89ed891225d89b1a321d416abf8867ad8fbf5a4 (diff) | |
| download | vcpkg-e3d252bca98e83fdeb98fae3c23c301b2c970e67.tar.gz vcpkg-e3d252bca98e83fdeb98fae3c23c301b2c970e67.zip | |
[google-cloud-cpp] populate license field (#16162)
* [google-cloud-cpp] populate license field
* Fix port version after license file
| -rw-r--r-- | ports/google-cloud-cpp/vcpkg.json | 2 | ||||
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/g-/google-cloud-cpp.json | 5 |
3 files changed, 8 insertions, 1 deletions
diff --git a/ports/google-cloud-cpp/vcpkg.json b/ports/google-cloud-cpp/vcpkg.json index 34ac26563..6757be317 100644 --- a/ports/google-cloud-cpp/vcpkg.json +++ b/ports/google-cloud-cpp/vcpkg.json @@ -1,8 +1,10 @@ { "name": "google-cloud-cpp", "version-string": "1.24.0", + "port-version": 1, "description": "C++ Client Libraries for Google Cloud Platform APIs.", "homepage": "https://github.com/googleapis/google-cloud-cpp", + "license": "Apache-2.0", "supports": "!uwp", "dependencies": [ "abseil", diff --git a/versions/baseline.json b/versions/baseline.json index 2657973e9..0ca1eaf21 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -2250,7 +2250,7 @@ }, "google-cloud-cpp": { "baseline": "1.24.0", - "port-version": 0 + "port-version": 1 }, "google-cloud-cpp-common": { "baseline": "alias", diff --git a/versions/g-/google-cloud-cpp.json b/versions/g-/google-cloud-cpp.json index aac379ab8..4776ffe60 100644 --- a/versions/g-/google-cloud-cpp.json +++ b/versions/g-/google-cloud-cpp.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "16ca3b8eae830e46a951f7e5dc10408ee0517f6d", + "version-string": "1.24.0", + "port-version": 1 + }, + { "git-tree": "39f9bad63d71830d31bd827577e3c37621653d5e", "version-string": "1.24.0", "port-version": 0 |
