2020-08-07 08:32:20 +02:00

40 lines
1.4 KiB
JSON

{
"version": "4.27.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/v2fly/v2ray-core/releases/download/v4.27.0/v2ray-windows-64.zip",
"hash": "sha512:62eb4cd0b3250ddc53bbce5b6c8d70da0e03d981d88ed14d5f2e3044472d3820d8334585a39c85ef716d05435aff598209502d385552dc84a3fa4024970cfce6"
},
"32bit": {
"url": "https://github.com/v2fly/v2ray-core/releases/download/v4.27.0/v2ray-windows-32.zip",
"hash": "sha512:182a4daa040c68b273e8d61d2d3b629cb852bc9396d4778dad1eed8413dea8ca81d46eec7fedd92926f69bec5fac38984f056f6fe17b62e35118fedac828cb74"
}
},
"bin": [
"v2ctl.exe",
"v2ray.exe",
"wv2ray.exe"
],
"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"
}
}
}