mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
43 lines
1.6 KiB
JSON
43 lines
1.6 KiB
JSON
{
|
|
"version": "5.31.0",
|
|
"description": "A platform for building proxies to bypass network restrictions.",
|
|
"homepage": "https://www.v2fly.org/en_US/",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/v2fly/v2ray-core/releases/download/v5.31.0/v2ray-windows-64.zip",
|
|
"hash": "7769d7c85679bb72689a24e593a268e6c44ee5c20901a2727d96abdb1dd19b31"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/v2fly/v2ray-core/releases/download/v5.31.0/v2ray-windows-32.zip",
|
|
"hash": "362d5080a460a3a9a42491e945138a27d6cac227a09d6f519df0cfc95abf04d5"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/v2fly/v2ray-core/releases/download/v5.31.0/v2ray-windows-arm64-v8a.zip",
|
|
"hash": "f5e418e3f6489a78fa285f37ea79a0f448ec2d270f40d34a7ebfafc901d014f8"
|
|
}
|
|
},
|
|
"bin": "v2ray.exe",
|
|
"persist": "config.json",
|
|
"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"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/v2fly/v2ray-core/releases/download/v$version/v2ray-windows-arm64-v8a.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$url.dgst",
|
|
"regex": "SHA2-256= $sha256"
|
|
}
|
|
}
|
|
}
|