2019-12-29 12:00:22 +00:00

40 lines
1.4 KiB
JSON

{
"version": "4.22.0",
"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.22.0/v2ray-windows-64.zip",
"hash": "sha512:81d3cf4a50531ba7d84cccbbe44c16ee308dfaf0ab5cf2b01ce40d6b46585d20819c02c550c62da44e8436b239796e56ee019f2bded1d343cd2df5cc53097928"
},
"32bit": {
"url": "https://github.com/v2ray/v2ray-core/releases/download/v4.22.0/v2ray-windows-32.zip",
"hash": "sha512:c73166d94d7b9e2c05d9ac723d84da3c1de5a5a9addd8ecc0577f5603e09d7c107eabc4eb0872f4605438b36369aece015e099132e7b50fa71ad77c22fc5c5a3"
}
},
"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"
}
}
}