mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-28 19:41:19 +00:00
40 lines
1.4 KiB
JSON
40 lines
1.4 KiB
JSON
{
|
|
"version": "4.24.2",
|
|
"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/v2fly/v2ray-core/releases/download/v4.24.2/v2ray-windows-64.zip",
|
|
"hash": "sha512:52de986a37e6734481d48c04a82d18a5d3150ebce26e2dcb5415bf2eeb0823cf50d96c2bef36f0866bf4468053da58ebee81802a20ca1b9b788f0f4679d70cfe"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/v2fly/v2ray-core/releases/download/v4.24.2/v2ray-windows-32.zip",
|
|
"hash": "sha512:9b5e5dc6513c612a0ad34e9c43a4f8a6222a002c4cf61e48017742f7c7b43d60789ebfbcc7afe7d982e2a5cf8cbdcc2b43bf8df2f6f2417f4773c7a4bacbf0a3"
|
|
}
|
|
},
|
|
"bin": [
|
|
"v2ctl.exe",
|
|
"v2ray.exe",
|
|
"wv2ray.exe"
|
|
],
|
|
"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"
|
|
}
|
|
}
|
|
}
|