2020-10-11 13:23:28 +02:00

40 lines
1.4 KiB
JSON

{
"version": "4.31.0",
"description": "A platform for building proxies to bypass network restrictions.",
"homepage": "https://www.v2fly.org/en_US/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/v2fly/v2ray-core/releases/download/v4.31.0/v2ray-windows-64.zip",
"hash": "sha512:6dbbf8ead760dbca5c4e6e27fb922b99924ca10c1465e1d680a40bac17570751ff3bfc9c666826c0a2cf0749cbbbb0b42bc7f307d4aee8affded761dfb7e47be"
},
"32bit": {
"url": "https://github.com/v2fly/v2ray-core/releases/download/v4.31.0/v2ray-windows-32.zip",
"hash": "sha512:f984f07cb5b798830af1a255b1880c4ecc909a22e9bc04d0b9519d4fad448f09b3e7e8b0ad3b5fec79fba0693027bb8b23663b0e45e0c26fd3eaa2163f8e771d"
}
},
"bin": [
"v2ctl.exe",
"v2ray.exe",
"wv2ray.exe"
],
"persist": "config.json",
"checkver": {
"github": "https://github.com/v2fly/v2ray-core"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/v2fly/v2ray-core/releases/download/v$version/v2ray-windows-64.zip"
},
"32bit": {
"url": "https://github.com/v2fly/v2ray-core/releases/download/v$version/v2ray-windows-32.zip"
}
},
"hash": {
"url": "$url.dgst",
"regex": "SHA512= $sha512"
}
}
}