mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-28 11:34:25 +00:00
40 lines
1.4 KiB
JSON
40 lines
1.4 KiB
JSON
{
|
|
"version": "4.25.0",
|
|
"description": "A platform for building proxies to bypass network restrictions.",
|
|
"homepage": "https://www.v2ray.com/",
|
|
"license": "MIT",
|
|
"persist": "config.json",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/v2fly/v2ray-core/releases/download/v4.25.0/v2ray-windows-64.zip",
|
|
"hash": "sha512:d1b518dcd8c42b8f85b37c40926a5bf76190ac34468253209996024e9771e19d57bc507e1118f5c6179ca6c3205cb669e61a482f99b98da1c83d3ece641be39b"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/v2fly/v2ray-core/releases/download/v4.25.0/v2ray-windows-32.zip",
|
|
"hash": "sha512:f904d9b9662578b8fa98a1575e50ee63907306d2fdf3d40f233f6ee221791a25827b8084d48c074b1e814da5afb15cf0bf97f2c75bf9c6965c929c20d9c00d0b"
|
|
}
|
|
},
|
|
"bin": [
|
|
"v2ctl.exe",
|
|
"v2ray.exe",
|
|
"wv2ray.exe"
|
|
],
|
|
"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"
|
|
}
|
|
}
|
|
}
|