2019-10-25 08:00:27 +00:00

40 lines
1.4 KiB
JSON

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