mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-15 13:11:22 +00:00
40 lines
1.4 KiB
JSON
40 lines
1.4 KiB
JSON
{
|
|
"version": "4.20.0",
|
|
"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.20.0/v2ray-windows-64.zip",
|
|
"hash": "sha512:234ead58dc32218ec87e4f2d530222cd6f8292bd19d243bb0201c1d6a1f78a9b4642e1f1839c82335db7c0c0ed8067f35652667b2d769757c64e185c122102ff"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/v2ray/v2ray-core/releases/download/v4.20.0/v2ray-windows-32.zip",
|
|
"hash": "sha512:c40e5c04ad9f7c6d4cfa3d7c6cb2a1fc784c5708b55c83e016252ded2f4c79bef2473af0dd79108c391046476a4eb5ff97caeb05512d58083950a631988e20b3"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|