vcpkg/ports/mbedtls/vcpkg.json
Eric Kilmer b4bf366c7a
[mbedtls] Update to latest 2.x LTS version (#23787)
* [mbedtls] Update to latest 2.28 LTS version

* Update version
2022-03-28 13:36:33 -07:00

30 lines
601 B
JSON

{
"name": "mbedtls",
"version": "2.28.0",
"description": "An open source, portable, easy to use, readable and flexible SSL library",
"homepage": "https://github.com/ARMmbed/mbedtls",
"license": "Apache-2.0",
"supports": "!uwp",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"pthreads": {
"description": "Multi-threading support",
"dependencies": [
{
"name": "pthreads",
"platform": "windows"
}
]
}
}
}