diff options
| author | Liu Chenxin <chenxinleo@163.com> | 2021-09-04 13:36:23 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-03 22:36:23 -0700 |
| commit | 210240b399fbc2f1363f4103b6a93629c207d7e3 (patch) | |
| tree | 248fb8c53f64f6790cc6148914487566e4c43a06 /versions | |
| parent | 09019cbc9abcb728217c4c99625932defe1b781c (diff) | |
| download | vcpkg-210240b399fbc2f1363f4103b6a93629c207d7e3.tar.gz vcpkg-210240b399fbc2f1363f4103b6a93629c207d7e3.zip | |
[libssh] add static build support for MinGW subsystem (#19854)
* add MinGW subsystem support for nana
* update port version
* [nana] update versions
* format-manifest
* add static build support for MingW subsystem
Co-authored-by: Billy Robert ONeal III <bion@microsoft.com>
Co-authored-by: Jonliu1993 <13720414433@163.com>
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/l-/libssh.json | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index 57b5280ef..6e7defe6b 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -3686,7 +3686,7 @@ }, "libssh": { "baseline": "0.9.5", - "port-version": 4 + "port-version": 5 }, "libssh2": { "baseline": "1.9.0", diff --git a/versions/l-/libssh.json b/versions/l-/libssh.json index 9cbf34ae4..3f1e6ca41 100644 --- a/versions/l-/libssh.json +++ b/versions/l-/libssh.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "d49a7a228c1f082d7e86bfb443af3a063a692ac7", + "version-string": "0.9.5", + "port-version": 5 + }, + { "git-tree": "0c5ced4b1fab4db90e2b032a3339a404cdc2f3ab", "version-string": "0.9.5", "port-version": 4 |
