2019-10-28 11:01:50 +00:00

40 lines
1.4 KiB
JSON

{
"version": "4.21.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.21.2/v2ray-windows-64.zip",
"hash": "sha512:f1433d85c0da6273aa8d18f4ea812e5889e48b2434f7050ea530cdc55058818bb55e7310e8af4f4150cda64ef159c5ff3e123184950a732f10e30f4c8e07b665"
},
"32bit": {
"url": "https://github.com/v2ray/v2ray-core/releases/download/v4.21.2/v2ray-windows-32.zip",
"hash": "sha512:8f3b05594712dadf8aa5ce415e899b4edc80ba5972d17a79f609036b735452dd13bf3c9d362f2d29b07703753699e7f8e6fa027a5fa65bf5c33df8837168a389"
}
},
"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"
}
}
}