vcpkg/ports/libressl/vcpkg.json
Cheney Wang ab1020f24d
[libressl] Update to 3.6.2 (#30193)
* [libressl] Update to 3.6.2

* Format

* Use value of hash directly
2023-03-19 23:17:24 -07:00

19 lines
492 B
JSON

{
"name": "libressl",
"version": "3.6.2",
"description": "LibreSSL is a version of the TLS/crypto stack forked from OpenSSL in 2014, with goals of modernizing the codebase, improving security, and applying best practice development processes.",
"license": "ISC",
"supports": "!(uwp | arm)",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
}
],
"features": {
"tools": {
"description": "Build openssl and ocspcheck executables"
}
}
}