2020-09-12 18:44:01 +02:00

40 lines
1.4 KiB
JSON

{
"version": "4.28.1",
"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.1/v2ray-windows-64.zip",
"hash": "sha512:c7ae4afc16c3f60fdf6373c5730760dd6748aa8c20693a2a3bdeee7d525f45524c1091d90ac9d2ed1e5cae4bdafd98ee3b77e89250d8b92374ced71e9801e1b2"
},
"32bit": {
"url": "https://github.com/v2fly/v2ray-core/releases/download/v4.28.1/v2ray-windows-32.zip",
"hash": "sha512:fa266cbf92b21597a5c13d434d21f87459f53f800d7e44d1c9fcb51cf13a28f4c921d066490ea796446d5993f2aecf128e1b339bb0fa8b22c11ba6d8461d1a61"
}
},
"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"
}
}
}