Skip to content

Commit

Permalink
add v2ray-core
Browse files Browse the repository at this point in the history
  • Loading branch information
lewis-nixon committed May 22, 2024
1 parent b8bf894 commit add3ce2
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions bucket/v2ray-core.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"version": "5.16.1",
"description": "A platform for building proxies to bypass network restrictions.",
"homepage": "https://v2fly.org",
"license": "MIT",
"notes": "",
"architecture": {
"64bit": {
"url": "https://github.com/v2fly/v2ray-core/releases/download/v5.16.1/v2ray-windows-64.zip",
"hash": "c3f7f91a0fa55823ee10d32a7635df056445230956d13346cffb12c482e97082"
}
},
"checkver": {
"url": "https://api.github.com/repos/v2fly/v2ray-core/releases",
"jsonpath": "$.[0].tag_name",
"regex": "([\\d.]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/v2fly/v2ray-core/releases/download/v$version/v2ray-windows-64.zip"
}
}
},
"pre_install": "if (!(Test-Path \"$persist_dir\\$config.json\")) { New-Item \"$dir\\config.json\" }",
"persist": "config.json",
"bin": "v2ray.exe"
}

0 comments on commit add3ce2

Please sign in to comment.