diff options
| author | Rene Stein <rene@renestein.net> | 2021-02-25 01:38:53 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-24 16:38:53 -0800 |
| commit | 0cbc579e1ee21fa4ad0974a9ed926f60c6ed1a4a (patch) | |
| tree | 33fb5e98c2ac128789ec4f87894f7b5f6ecc8233 /versions | |
| parent | c235296c65527a8fa299348c49cc3011e4bbdf51 (diff) | |
| download | vcpkg-0cbc579e1ee21fa4ad0974a9ed926f60c6ed1a4a.tar.gz vcpkg-0cbc579e1ee21fa4ad0974a9ed926f60c6ed1a4a.zip | |
[rsasynccpp] Add new port (Rstein.AsyncCpp) (#16380)
* [rsasynccpp] Added rsasynccpp port
* [rsasyncpp] Fix ci.baseline.txt, portfile.cmake, baseline.json, sasynccpp.json
* [rsasynccpp] Added requested changes to vcpkg.json
* [rsasynccpp] Improve portfile.cmake, add supports
* [rsasynccpp] Fix version
* [rsasynccpp] Fixing x64-Windows-static triplet
Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 4 | ||||
| -rw-r--r-- | versions/r-/rsasynccpp.json | 9 |
2 files changed, 13 insertions, 0 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index 4cc532f0c..ffafcb655 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -5192,6 +5192,10 @@ "baseline": "2020-09-14", "port-version": 0 }, + "rsasynccpp": { + "baseline": "0.0.7", + "port-version": 0 + }, "rsocket": { "baseline": "2020.05.04.00-1", "port-version": 0 diff --git a/versions/r-/rsasynccpp.json b/versions/r-/rsasynccpp.json new file mode 100644 index 000000000..398e8cc0f --- /dev/null +++ b/versions/r-/rsasynccpp.json @@ -0,0 +1,9 @@ +{ + "versions": [ + { + "git-tree": "80995d80f9e7e551f8305ce2cecb0a91bc9c457a", + "version": "0.0.7", + "port-version": 0 + } + ] +} |
