mirror of
https://github.com/amnezia-vpn/openvpn3.git
synced 2026-05-17 00:16:12 +03:00
- Fix PATCHES to work on Linux
- While here, fix version number
Signed-off-by: Frank Lichtenheld <frank@lichtenheld.com>
(cherry picked from commit fb9bee5ad6)
14 lines
298 B
JSON
14 lines
298 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json",
|
|
"name": "openvpn3",
|
|
"version-string": "3.8",
|
|
"dependencies": [
|
|
"asio",
|
|
"jsoncpp",
|
|
"lz4",
|
|
"openssl",
|
|
"tap-windows6",
|
|
"xxhash"
|
|
]
|
|
}
|