linsui f5e2cb57e3
move to v2fly (#1148)
Co-authored-by: linsui <linsui555@gmail.com>
2020-06-05 14:32:54 -07:00

40 lines
1.4 KiB
JSON

{
"version": "4.23.4",
"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.23.4/v2ray-windows-64.zip",
"hash": "sha512:9148bfdcc6e2ad24ce024dc3d71bfb8f67d11e329a5e8b998b50ea5bcb33b864a02992aa60c8c14cafc4e59ae88094fb1e92abb0ea73609cb30417e5d109f9db"
},
"32bit": {
"url": "https://github.com/v2fly/v2ray-core/releases/download/v4.23.4/v2ray-windows-32.zip",
"hash": "sha512:61945bf96b012cedcc3ef6e343aa12b62aa9dcd45084c443dec57e5148322bb6a51cdc9371f7578582b0d0cadbb6c956f8cd93e0d8e5ae6c053ac97663a19c88"
}
},
"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"
}
}
}