mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
43 lines
1.6 KiB
JSON
43 lines
1.6 KiB
JSON
{
|
|
"version": "5.7.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.7.0/v2ray-windows-64.zip",
|
|
"hash": "df0d870e3fd3cf2322853824a3ff3978fda24aa14c76045b13458f2afc980d57"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/v2fly/v2ray-core/releases/download/v5.7.0/v2ray-windows-32.zip",
|
|
"hash": "9370115982a41d46e097addc66e9ab0517adebf3fbef99dead6158a90225ac01"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/v2fly/v2ray-core/releases/download/v5.7.0/v2ray-windows-arm64-v8a.zip",
|
|
"hash": "c656b192d3d6b053eb3d97b23cd8c36e1e35014af1c9cc0d5121b92370aa1f5e"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|