{ "version": "4.40.1", "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/v4.40.1/v2ray-windows-64.zip", "hash": "sha512:90ac942f45b1efb726fe65bd16809ec9c3bfd150a713d70725b695ee207dcd1ba8c0dd70a299606caddde13a53c2be481d85b2f50500216beb72f9c78f1ba16d" }, "32bit": { "url": "https://github.com/v2fly/v2ray-core/releases/download/v4.40.1/v2ray-windows-32.zip", "hash": "sha512:13bc3e4665fc3e014ca7292786cf43e8c3f27fe9fa9f0bb9c0957405956cb0edeb2d12a7a8f11e95231906cf56145bb6701b0cd6fbe67574e877a573e08c0472" } }, "installer": { "script": [ "Write-Host 'Verifying V2Ray binary...' -f Yellow", "$sig = \"$dir\\Release\"", "Invoke-WebRequest \"https://github.com/v2fly/v2ray-core/releases/download/v$version/Release\" -OutFile $sig", "if (!(Invoke-Expression \"$dir\\v2ctl.exe verify --sig=$sig $dir\\v2ray.exe\" | Select-String 'OK')) {", " Write-Host 'V2Ray binary is corrupted!' -f Red", " exit 1", "}" ] }, "bin": [ "v2ctl.exe", "v2ray.exe", "wv2ray.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" } }, "hash": { "url": "$url.dgst", "regex": "SHA512= $sha512" } } }