mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-17 21:01:25 +00:00
51 lines
1.9 KiB
JSON
51 lines
1.9 KiB
JSON
{
|
|
"version": "4.37.3",
|
|
"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.37.3/v2ray-windows-64.zip",
|
|
"hash": "sha512:5088dd348d7eb7f46bc830153338c98a5e19c16d378dbdfbfdac77b29e37d2c8db827e82c9a771ec58b8220d3a302ad19f5e505665fceabb97bc62318e06b6be"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/v2fly/v2ray-core/releases/download/v4.37.3/v2ray-windows-32.zip",
|
|
"hash": "sha512:de1325174fe93d6b6628ef85d1da73d3bdebb89b57872bc5949e97b4531c1087ac8294ffd6b172fd0b810e71812e5b9ba4f7c8eef10ce3c3bbdac413db4194fb"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|