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" + ] + ] +}