mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-07 01:01:22 +00:00
v2ray: Move from extras bucket (#156)
* v2ray: Move from extras bucket * Remove shortcuts
This commit is contained in:
parent
45db0c6418
commit
be3c594941
35
bucket/v2ray.json
Normal file
35
bucket/v2ray.json
Normal file
@ -0,0 +1,35 @@
|
||||
{
|
||||
"version": "4.19.1",
|
||||
"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/v2ray/v2ray-core/releases/download/v4.19.1/v2ray-windows-64.zip",
|
||||
"hash": "sha512:1e2eccb6194b296fb11795a9945ed1e54e4e1c172aa127f234ac7bbbff143c329626dbaced3e1626db089f4436224e2f35718f420da3ede159a67821a4a3d128"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://github.com/v2ray/v2ray-core/releases/download/v4.19.1/v2ray-windows-32.zip",
|
||||
"hash": "sha512:7514735a4ef84082813b7184ba4ef499f511f890a13a78444d57063fe5f84c229bc7d116ffa40d2544782c9cb7b08818476926af3f68f474ff566760e73b5f5e"
|
||||
}
|
||||
},
|
||||
"bin": "v2ray.exe",
|
||||
"checkver": {
|
||||
"github": "https://github.com/v2ray/v2ray-core"
|
||||
},
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/v2ray/v2ray-core/releases/download/v$version/v2ray-windows-64.zip"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://github.com/v2ray/v2ray-core/releases/download/v$version/v2ray-windows-32.zip"
|
||||
}
|
||||
},
|
||||
"hash": {
|
||||
"url": "$url.dgst",
|
||||
"regex": "SHA512= $sha512"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user