mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-09 18:21:22 +00:00
40 lines
1.4 KiB
JSON
40 lines
1.4 KiB
JSON
{
|
|
"version": "4.23.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.23.1/v2ray-windows-64.zip",
|
|
"hash": "sha512:400d6f51417117b68c98301b30927c9a4336144b56e6a44d89e2aa9c4e84679a6d5028e2fc9a42111c564f4906365162880b7506905fee565e1120c0b57e5240"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/v2ray/v2ray-core/releases/download/v4.23.1/v2ray-windows-32.zip",
|
|
"hash": "sha512:0d89c4482431467857aafd3b1b3c38c71ea32100b8f7ae41439cd2274db4f1293a2f41fef3c2ba138f4507b1c1e67ccd8b242b618ba41fed9ada5a087e8ffeb1"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|