diff options
| author | chausner <15180557+chausner@users.noreply.github.com> | 2021-09-28 04:50:26 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-27 19:50:26 -0700 |
| commit | 50c0b41fe49f9239fda2b6d8bb5ca322b571c189 (patch) | |
| tree | cd8b3f9d01a154d2bea18b25d3d9d7d9304169dd /versions | |
| parent | 5c6bad28e05b208f9c892d97918e4a27b72b4ca9 (diff) | |
| download | vcpkg-50c0b41fe49f9239fda2b6d8bb5ca322b571c189.tar.gz vcpkg-50c0b41fe49f9239fda2b6d8bb5ca322b571c189.zip | |
[clue] Update to 1.0.0 (#20329)
* Update clue to 1.0.0
* Update CI baseline
* Address PR feedback
* Update git-tree hash
* Update ports/clue/portfile.cmake
* Small changes for copyright
Co-authored-by: chausner <chausner@users.noreply.github.com>
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
Co-authored-by: NancyLi1013 <lirui09@beyondsoft.com>
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 4 | ||||
| -rw-r--r-- | versions/c-/clue.json | 5 |
2 files changed, 7 insertions, 2 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index 719b5257f..5936fbfa0 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -1397,8 +1397,8 @@ "port-version": 1 }, "clue": { - "baseline": "1.0.0-alpha.7", - "port-version": 1 + "baseline": "1.0.0", + "port-version": 0 }, "cmark": { "baseline": "0.30.1", diff --git a/versions/c-/clue.json b/versions/c-/clue.json index def781117..bb871c320 100644 --- a/versions/c-/clue.json +++ b/versions/c-/clue.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "b486e21df033265619432ec3718ae4db462fb76b", + "version": "1.0.0", + "port-version": 0 + }, + { "git-tree": "b58662a5b92d34be097810c33d6ec24400ae0b26", "version-string": "1.0.0-alpha.7", "port-version": 1 |
