diff options
| author | Maxim Marshev <67420634+marshevms@users.noreply.github.com> | 2021-01-17 08:11:41 +0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-16 20:11:41 -0800 |
| commit | 0c94afc7883faee9f188c36232d628ffa94cf27f (patch) | |
| tree | f4c7d0d2c31cf88932626677975acdc5962bda4c /port_versions | |
| parent | e51da1b1b91d0c5b63bafad437ff402233c0e7db (diff) | |
| download | vcpkg-0c94afc7883faee9f188c36232d628ffa94cf27f.tar.gz vcpkg-0c94afc7883faee9f188c36232d628ffa94cf27f.zip | |
delete linux from fail port from tomlplusplus (#15609)
* delete linux
* Update ports/tomlplusplus/CONTROL
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* Update port_versions
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
Co-authored-by: NancyLi1013 <lirui09@beyondsoft.com>
Diffstat (limited to 'port_versions')
| -rw-r--r-- | port_versions/baseline.json | 2 | ||||
| -rw-r--r-- | port_versions/t-/tomlplusplus.json | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/port_versions/baseline.json b/port_versions/baseline.json index c00de41a8..250f6157c 100644 --- a/port_versions/baseline.json +++ b/port_versions/baseline.json @@ -5806,7 +5806,7 @@ }, "tomlplusplus": { "baseline": "2.3.0", - "port-version": 0 + "port-version": 1 }, "tool-meson": { "baseline": "0.56.02", diff --git a/port_versions/t-/tomlplusplus.json b/port_versions/t-/tomlplusplus.json index 4c39543f3..1a7dba67f 100644 --- a/port_versions/t-/tomlplusplus.json +++ b/port_versions/t-/tomlplusplus.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "8ea8a3d5b0f08bd4933f8caba3acc4992bfeab7a", + "version-string": "2.3.0", + "port-version": 1 + }, + { "git-tree": "68e42fded6663929a501cfa1a276df3a0e369ebd", "version-string": "2.3.0", "port-version": 0 |
