vcpkg/ports/libressl/vcpkg.json
Alexander Neumann 8a7ff6452e
[libressl] update to 3.4.2 (#23276)
* update libressl

* version stuff

* correctly seperate urls

* version stuff

* let CI build it

* Revert "let CI build it"

This reverts commit a6bc04b334.

Co-authored-by: Alexander Neumann <you@example.com>
2022-02-28 12:06:41 -08:00

22 lines
540 B
JSON

{
"name": "libressl",
"version": "3.4.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.",
"supports": "!(uwp | arm)",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"tools": {
"description": "Build openssl and ocspcheck executables"
}
}
}