From add3ce276862524b7997966fc91d8f05079c9110 Mon Sep 17 00:00:00 2001 From: lewis-nixon <161777820+lewis-nixon@users.noreply.github.com> Date: Wed, 22 May 2024 06:15:21 +0000 Subject: [PATCH] add v2ray-core --- bucket/v2ray-core.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 bucket/v2ray-core.json diff --git a/bucket/v2ray-core.json b/bucket/v2ray-core.json new file mode 100644 index 0000000..3a7b92a --- /dev/null +++ b/bucket/v2ray-core.json @@ -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" +}