diff options
| author | Park DongHa <luncliff@gmail.com> | 2021-04-08 05:25:51 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-07 13:25:51 -0700 |
| commit | b3aaa1c3b73665fd51897233e7a96e14586f02ea (patch) | |
| tree | 1c2a2d26ab8699b3c99b0b9c4edc7daec9136fdc /versions | |
| parent | 2e35636a9690c5298e082c8a16d4ffe207009341 (diff) | |
| download | vcpkg-b3aaa1c3b73665fd51897233e7a96e14586f02ea.tar.gz vcpkg-b3aaa1c3b73665fd51897233e7a96e14586f02ea.zip | |
[bext-ut] create a new port (#16822)
* [ut] create a new port
* [ut] update baseline and port SHA
* [bext-ut] change port name
* [bext-ut] unique name for downloaded license
* Update ports/bext-ut/portfile.cmake
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
* [bext-ut] comment for copyright install
* [bext-ut] Lift license download up. Copy, don't move.
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/b-/bext-ut.json | 9 | ||||
| -rw-r--r-- | versions/baseline.json | 4 |
2 files changed, 13 insertions, 0 deletions
diff --git a/versions/b-/bext-ut.json b/versions/b-/bext-ut.json new file mode 100644 index 000000000..6e6b6971f --- /dev/null +++ b/versions/b-/bext-ut.json @@ -0,0 +1,9 @@ +{ + "versions": [ + { + "git-tree": "b08fed0b83c26aabfdda7db38d43a01b288f6a66", + "version": "1.1.8", + "port-version": 0 + } + ] +} diff --git a/versions/baseline.json b/versions/baseline.json index fcf6d9165..341efc200 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -332,6 +332,10 @@ "baseline": "4.8.30", "port-version": 5 }, + "bext-ut": { + "baseline": "1.1.8", + "port-version": 0 + }, "bext-di": { "baseline": "1.2.0", "port-version": 0 |
