From 64eaa5944d19ebf492344bd317720248ceb5e40c Mon Sep 17 00:00:00 2001 From: Mark Pashmfouroush Date: Sun, 10 Sep 2023 02:41:21 +0100 Subject: [PATCH] add nekoray Signed-off-by: Mark Pashmfouroush --- bucket/nekoray.json | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 bucket/nekoray.json diff --git a/bucket/nekoray.json b/bucket/nekoray.json new file mode 100644 index 0000000..1d84135 --- /dev/null +++ b/bucket/nekoray.json @@ -0,0 +1,34 @@ +{ + "version": "3.20", + "description": "Qt based cross-platform GUI proxy configuration manager (backend: v2ray / sing-box).", + "homepage": "https://github.com/MatsuriDayo/nekoray", + "license": "GPL-3", + "notes": "", + "architecture": { + "64bit": { + "url": "https://github.com/MatsuriDayo/nekoray/releases/download/3.20/nekoray-3.20-2023-09-07-windows64.zip", + "hash": "91e26d6bfde6c6603c0f9380f72e12746682ed9b4536a80a9a8beca2d952ef0b" + } + }, + "checkver": { + "url": "https://api.github.com/repos/MatsuriDayo/nekoray/releases", + "jsonpath": "$.[0].assets[3]", + "regex": "nekoray-(?[\\d.]+)-(?[\\d.]+-[\\d.]+-[\\d.]+)" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/MatsuriDayo/nekoray/releases/download/$version/nekoray-$version-$matchDate-windows64.zip" + } + } + }, + "persist": "config", + "extract_dir": "nekoray", + "bin": "nekoray.exe", + "shortcuts": [ + [ + "nekoray.exe", + "nekoray" + ] + ] +}