2020-10-17 18:55:35 +02:00

40 lines
1.4 KiB
JSON

{
"version": "4.31.1",
"description": "A platform for building proxies to bypass network restrictions.",
"homepage": "https://www.v2fly.org/en_US/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/v2fly/v2ray-core/releases/download/v4.31.1/v2ray-windows-64.zip",
"hash": "sha512:873b9eda32fa7e6bc0764b08f6cc254a7ddecadb7306ebd17cf208b86ef888d96665df7b62fc9a6fc2e7ba0442bf36239dbbdf7c37f57ca6d57e4648375c904b"
},
"32bit": {
"url": "https://github.com/v2fly/v2ray-core/releases/download/v4.31.1/v2ray-windows-32.zip",
"hash": "sha512:a37ca9112ba15bcffaaf4ab86cfb3f9d4c19bc4520b6a76aaccb078c2d4a34e0a7c475d0bc5b5c0e5ba9fb7d0ec7ce98f3af06bf5b14b2e8e356d065de967c99"
}
},
"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"
}
}
}