diff options
| author | Park DongHa <luncliff@gmail.com> | 2021-02-20 06:02:46 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-19 13:02:46 -0800 |
| commit | eb1ba2a1130bfc782402c57a0a5a4e5d33321d9b (patch) | |
| tree | c7fa3c43ac346625cb5c0dd690756f6f521ea950 /versions | |
| parent | 82dac2695073b6113c566226329d63f2fbc2ec78 (diff) | |
| download | vcpkg-eb1ba2a1130bfc782402c57a0a5a4e5d33321d9b.tar.gz vcpkg-eb1ba2a1130bfc782402c57a0a5a4e5d33321d9b.zip | |
[continuable] add a new port (#16261)
* [continuable] add a new port
* todo: create a patch for `find_package(function2)`
* [continuable] add patch to edit cmakelists
* [continuable] add port SHA
* [continuable] minimize patch
* update port SHA
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 4 | ||||
| -rw-r--r-- | versions/c-/continuable.json | 9 |
2 files changed, 13 insertions, 0 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index 42beefc0d..91e71465b 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -1324,6 +1324,10 @@ "baseline": "2020-08-09", "port-version": 0 }, + "continuable": { + "baseline": "4.1.0", + "port-version": 0 + }, "coolprop": { "baseline": "6.4.1", "port-version": 0 diff --git a/versions/c-/continuable.json b/versions/c-/continuable.json new file mode 100644 index 000000000..5fe257e77 --- /dev/null +++ b/versions/c-/continuable.json @@ -0,0 +1,9 @@ +{ + "versions": [ + { + "git-tree": "d014250505dde9759c6e46aa6825115bfdd5a15c", + "version-string": "4.1.0", + "port-version": 0 + } + ] +} |
