diff options
| author | myd7349 <myd7349@gmail.com> | 2021-05-18 15:17:43 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-18 00:17:43 -0700 |
| commit | f8c233a2bd088a08360407bc5601ccd75c8100c5 (patch) | |
| tree | 4dcdd0007298ba62ae7f0f6fc57e14e9afecc2ac /versions | |
| parent | 38e7e0367e647fa3c0a8e6eeae89a9f6193a9115 (diff) | |
| download | vcpkg-f8c233a2bd088a08360407bc5601ccd75c8100c5.tar.gz vcpkg-f8c233a2bd088a08360407bc5601ccd75c8100c5.zip | |
[winlamb] Add new port (#17590)
* [winlamb] Add new port
* [winlamb] vcpkg x-add-version --overwrite-version winlamb
* [winlamb] Supports windows
* [winlamb] vcpkg x-add-version --overwrite-version winlamb
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 4 | ||||
| -rw-r--r-- | versions/w-/winlamb.json | 9 |
2 files changed, 13 insertions, 0 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index 19c985145..1e6f14723 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -6452,6 +6452,10 @@ "baseline": "0.0-2", "port-version": 0 }, + "winlamb": { + "baseline": "2020-10-15", + "port-version": 0 + }, "winpcap": { "baseline": "4.1.3", "port-version": 4 diff --git a/versions/w-/winlamb.json b/versions/w-/winlamb.json new file mode 100644 index 000000000..e04c4b49a --- /dev/null +++ b/versions/w-/winlamb.json @@ -0,0 +1,9 @@ +{ + "versions": [ + { + "git-tree": "4ab2db703006df4f9ada6beb31f0cf4556ea62eb", + "version-date": "2020-10-15", + "port-version": 0 + } + ] +} |
