From f38c1b13780545c80e9524e78422e7c94c3aa780 Mon Sep 17 00:00:00 2001 From: LuoTat Date: Mon, 20 Jan 2025 02:26:20 +0800 Subject: [PATCH] v2rayn-sc: Add version 7.7.0 --- bucket/v2rayn-sc.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 bucket/v2rayn-sc.json diff --git a/bucket/v2rayn-sc.json b/bucket/v2rayn-sc.json new file mode 100644 index 00000000000000..3b7ff3caccb9ac --- /dev/null +++ b/bucket/v2rayn-sc.json @@ -0,0 +1,30 @@ +{ + "version": "7.7.0", + "description": "A V2Ray client for Windows, support Xray & v2fly core", + "homepage": "https://github.com/2dust/v2rayN", + "license": "GPL-3.0-only", + "notes": "This is only for windows X64 which already have Microsoft .NET 8.0 Desktop Runtime and cores", + "architecture": { + "64bit": { + "url": "https://github.com/2dust/v2rayN/releases/download/7.7.0/v2rayN-windows-64-SelfContained.zip", + "hash": "8926c472c318af82e97e51ddf73f268ab3bafcc7025d683f2b655c3d3e46ea2c", + "extract_dir": "v2rayN-windows-64-SelfContained" + } + }, + "bin": "v2rayN.exe", + "shortcuts": [ + [ + "v2rayN.exe", + "v2rayN" + ] + ], + "persist": "guiConfigs", + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/2dust/v2rayN/releases/download/$version/v2rayN-windows-64-SelfContained.zip" + } + } + } +}