{ "version": "4.39.2", "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.39.2/v2ray-windows-64.zip", "hash": "sha512:e7e6516fd19c4c0e1a6b0810139a418912739f3a0bfac4c11ca22584cd0b3f9c02ed9a7937de3e74d51efabb0ce68ca954ab94f66dd787a2811685a3c82862b8" }, "32bit": { "url": "https://github.com/v2fly/v2ray-core/releases/download/v4.39.2/v2ray-windows-32.zip", "hash": "sha512:590d933345e6b4ec70a71ec58de310fe6db3e1d81f12a3cc3e408afbefae86ff26a0d7dbb1117756f171a9fc491a6f3e66f7828af0adc3a436035dda50c9bc01" } }, "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" } } }