mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-04 14:31:35 +00:00
40 lines
1.4 KiB
JSON
40 lines
1.4 KiB
JSON
{
|
|
"version": "4.21.3",
|
|
"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.21.3/v2ray-windows-64.zip",
|
|
"hash": "sha512:44df8a4ac5524dc86c51625ef629809bb4ff6ed450c0082064fa4d88250a2e0f9d7ec1a104b0874e504f9c2481c046d838c0233be4667ea09192e4caac78628e"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/v2ray/v2ray-core/releases/download/v4.21.3/v2ray-windows-32.zip",
|
|
"hash": "sha512:29c293cdac1660c0eec23d15d95c8d02c288673f3706c11e9de6f3869447542da96827b411d70a1945f0c1c495e064fdc30f16a0ef1c4bccdff1a3ef8a445aed"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|