2020-09-19 04:07:19 +02:00

40 lines
1.4 KiB
JSON

{
"version": "4.28.2",
"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.28.2/v2ray-windows-64.zip",
"hash": "sha512:5ff852b16d7d4bd02f3601018e86847790a173377196b47a65c62ad575f00f2419a181fb1eb942224b7987d8e60916a1d1085e9460fea2414cd145398ac5052f"
},
"32bit": {
"url": "https://github.com/v2fly/v2ray-core/releases/download/v4.28.2/v2ray-windows-32.zip",
"hash": "sha512:35771ee0d3dff194b182923e4c634eb1c563b766fcb7d122f7791d4657554b7f79c093ea15659ef90591ee12532d1bec3c7839292d1399f3591c6c0aad192f26"
}
},
"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"
}
}
}