2020-10-02 15:28:39 +02:00

40 lines
1.4 KiB
JSON

{
"version": "4.30.0",
"description": "A platform for building proxies to bypass network restrictions.",
"homepage": "https://www.v2ray.com/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/v2fly/v2ray-core/releases/download/v4.30.0/v2ray-windows-64.zip",
"hash": "sha512:51be572f8279e501abc916dc8da7d7a846be9c9d78550c926d21414020548f03545204dc31a8dbd54cf1387ca0bb1c7260816c1a4ad2469576d8f3f7c0eb18c9"
},
"32bit": {
"url": "https://github.com/v2fly/v2ray-core/releases/download/v4.30.0/v2ray-windows-32.zip",
"hash": "sha512:e900f5b2e67f98f65bbecc1a933af752618ae2fc97d2b9c731864ae2836c948341fdfff0ddccd81d9b6ec4ed8de7ae4ab1e060583c1f1af85199a3d9a13dd2b6"
}
},
"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"
}
}
}