2019-10-26 14:01:15 +00:00

40 lines
1.4 KiB
JSON

{
"version": "4.21.1",
"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.1/v2ray-windows-64.zip",
"hash": "sha512:fe222c355620072afbbede6d6237f1abc5e160e62778e5b6ac4e18f5711277ca3a6f1dca4e67974da96df15ee7840a2bc168d53d66e0bdde3e2317b8327d9c52"
},
"32bit": {
"url": "https://github.com/v2ray/v2ray-core/releases/download/v4.21.1/v2ray-windows-32.zip",
"hash": "sha512:cf8e8f9212a6eaa17084b1e336f64622425e915900f648a36a28739df87c680c9d95c0f6f442c1448044d90281f8fabeffa0208f75e4c76196d2b768b4479703"
}
},
"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"
}
}
}