diff options
| author | luncliff <luncliff@gmail.com> | 2020-04-10 18:17:04 +0900 |
|---|---|---|
| committer | luncliff <luncliff@gmail.com> | 2020-04-10 18:17:04 +0900 |
| commit | 7e6235bd3adca2a87f245a33657baabaa2c92993 (patch) | |
| tree | e2d4b966062be2332d833ad10f261fab0e28f228 /ports/cppcoro/CONTROL | |
| parent | dfdb2095fbef21060df6205bd2875ede4a585a7d (diff) | |
| download | vcpkg-7e6235bd3adca2a87f245a33657baabaa2c92993.tar.gz vcpkg-7e6235bd3adca2a87f245a33657baabaa2c92993.zip | |
[cppcoro] embed CMakeLists.txt file
* copy the CMakeLists.txt file and start build with it
* change version to 2020.2
For now the repo doesn't have any tags.
Therefore its version followed the latest commit,
which is made in 2020 Feb.
Diffstat (limited to 'ports/cppcoro/CONTROL')
| -rw-r--r-- | ports/cppcoro/CONTROL | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ports/cppcoro/CONTROL b/ports/cppcoro/CONTROL index 759974bb6..010bec558 100644 --- a/ports/cppcoro/CONTROL +++ b/ports/cppcoro/CONTROL @@ -1,5 +1,5 @@ Source: cppcoro
-Homepage: https://github.com/luncliff/cppcoro
-Version: 2020.04
-Description: A library of C++ coroutine abstractions for the coroutines TS
-Supports: !uwp
+Homepage: https://github.com/lewissbaker/cppcoro
+Version: 2020.2
+Description: A library of C++ coroutine abstractions for the Coroutines TS
+Supports: !(uwp|linux)
|
