mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-12 11:41:20 +00:00
40 lines
1.4 KiB
JSON
40 lines
1.4 KiB
JSON
{
|
|
"version": "4.22.1",
|
|
"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.22.1/v2ray-windows-64.zip",
|
|
"hash": "sha512:db716d8e4cd63aae777ddfb04f1a0d63233045fa5341d03cb31fc3158ffd341de4c26f90c964bb0d8f00d28b0aac5f1a4f2f19f768b0e2773f34aa0fb60ce3bc"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/v2ray/v2ray-core/releases/download/v4.22.1/v2ray-windows-32.zip",
|
|
"hash": "sha512:f76e2a31202f71cee33499d7b03f8131633cb0708fbe298b60fa21fa2d6fbd404de08a73f8ec0ec5973282d0fa6f3ebc9ed3cec8bbe05cf33faa13add0f86e6f"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|