mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-30 12:34:27 +00:00
40 lines
1.4 KiB
JSON
40 lines
1.4 KiB
JSON
{
|
|
"version": "4.27.5",
|
|
"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.27.5/v2ray-windows-64.zip",
|
|
"hash": "sha512:ab8ef493c8a38df53524f6a554f3c436c4c327e3ecf841798e743157680667ed5b863b412fa48b88d5f0294a5b63c4330c7ee15066292e21bb621cd4d3c7c519"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/v2fly/v2ray-core/releases/download/v4.27.5/v2ray-windows-32.zip",
|
|
"hash": "sha512:d0180408a382b4825eb325b70648d60d75890df2940d4c5df146fc19da102bd6614c4deaadefcc46942c012ada67ad6527d1a7d8e778ef5bf7633c7d7476d1c6"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|