vcpkg/ports/mbedtls/vcpkg.json
Eric Kilmer e8bbe81315
[mbedtls] Update to v2.28.1 (#25894)
* [mbedtls] Update to v2.28.1

Latest release of LTS version 2.28

* Update version
2022-07-22 11:08:04 -07:00

30 lines
601 B
JSON

{
"name": "mbedtls",
"version": "2.28.1",
"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"
}
]
}
}
}