mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 05:29:00 +08:00
d7cc563783
* Update libssh2 to 1.10.0 * Update CI baseline * Fix patch * Change version-string to version * Update git-tree hash * Switch to new CMake portfile commands * Fix UWP build * Format vcpkg.json * Update git-tree hash * Switch back to legacy CMake commands to fix build validation issues * Update git-tree hash * Fix IS_UWP define in patch * Update git-tree hash Co-authored-by: chausner <chausner@users.noreply.github.com> Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
11 lines
226 B
JSON
11 lines
226 B
JSON
{
|
|
"name": "libssh2",
|
|
"version": "1.10.0",
|
|
"description": "libssh2 is a client-side C library implementing the SSH2 protocol.",
|
|
"homepage": "https://www.libssh2.org",
|
|
"dependencies": [
|
|
"openssl",
|
|
"zlib"
|
|
]
|
|
}
|