2020-05-31 10:06:17 +02:00

40 lines
1.4 KiB
JSON

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