mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-05 03:24:49 +00:00
43 lines
1.6 KiB
JSON
43 lines
1.6 KiB
JSON
{
|
|
"version": "5.43.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.43.0/v2ray-windows-64.zip",
|
|
"hash": "eee6f92da242b81f88ab7e7313b9646a62244cee1e42a1c35cab2faec82292ab"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/v2fly/v2ray-core/releases/download/v5.43.0/v2ray-windows-32.zip",
|
|
"hash": "48c3901023d9099e7a1d80c318a88d5ba181cc1a7523e6d1efb9b21a42f4175c"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/v2fly/v2ray-core/releases/download/v5.43.0/v2ray-windows-arm64-v8a.zip",
|
|
"hash": "e028dd3a19f0db57ac8f8f7a64c94997d731aa388ca7fd8e6e60fed9906b2207"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|