2025-07-07 12:32:12 +00:00

43 lines
1.6 KiB
JSON

{
"version": "5.37.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.37.0/v2ray-windows-64.zip",
"hash": "7047d6cd59a186c1bae1e2a9d16e9215f31751a57c784c0c7457d3e56eca0bfe"
},
"32bit": {
"url": "https://github.com/v2fly/v2ray-core/releases/download/v5.37.0/v2ray-windows-32.zip",
"hash": "0bae62f8ffb656651f13f3dd6bf371dcb105430159558ec03f29b42b9519c5a3"
},
"arm64": {
"url": "https://github.com/v2fly/v2ray-core/releases/download/v5.37.0/v2ray-windows-arm64-v8a.zip",
"hash": "2fabee161689304ac765135a13e07df0f4e31086ed5fa55d186fbb9f19d744f9"
}
},
"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"
}
}
}