2020-06-02 10:27:07 +02:00

40 lines
1.4 KiB
JSON

{
"version": "4.23.3",
"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.23.3/v2ray-windows-64.zip",
"hash": "sha512:48e992a0880f0c23137863164f0da79ffd7feee22845366a504fdc4ac2eebd564999aeff21c404e1c03b72c23874d69b4992d95f07df24245f88897a9086d007"
},
"32bit": {
"url": "https://github.com/v2ray/v2ray-core/releases/download/v4.23.3/v2ray-windows-32.zip",
"hash": "sha512:3837a32b7284e931c1a68d6d99b5b37cab7fdece4236e4a79b8015dff4f37925ec01f18394fae3f194c1f00f7235742effcb3def208de1669069dd0254017492"
}
},
"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"
}
}
}