1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2024-08-26 06:23:00 +03:00
SoftEtherVPN/vcpkg.json
2022-04-30 15:03:05 +08:00

17 lines
382 B
JSON

{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json",
"name": "softether-vpn",
"version-string": "5.02",
"dependencies": [
"libsodium",
"openssl",
"zlib"
],
"overrides": [
{
"name": "openssl",
"version-string": "1.1.1n"
}
],
"builtin-baseline": "f6af75acc923c833a5620943e3fc7d5e4930f0df"
}