vcpkg/ports/openvpn3/vcpkg.json
Thomas1664 e66dded96c
[openvpn3] update to 3.7 (#24360)
* [openvpn3] update to 3.7

* version
2022-04-25 16:15:56 -07:00

20 lines
444 B
JSON

{
"name": "openvpn3",
"version": "3.7.0",
"description": "a C++ class library that implements the functionality of an OpenVPN client, and is protocol-compatible with the OpenVPN 2.x branch.",
"homepage": "https://openvpn.net",
"license": "AGPL-3.0",
"dependencies": [
"asio",
"mbedtls",
{
"name": "tap-windows6",
"platform": "windows"
},
{
"name": "vcpkg-cmake",
"host": true
}
]
}