diff --git a/bucket/clash.meta.json b/bucket/clash.meta.json new file mode 100644 index 0000000000..396b46a4f4 --- /dev/null +++ b/bucket/clash.meta.json @@ -0,0 +1,35 @@ +{ + "version": "1.11.2", + "description": "Fork of Clash, a rule-based tunnel.", + "homepage": "https://github.com/MetaCubeX/Clash.Meta", + "license": "GPL-3.0-or-later", + "architecture": { + "64bit": { + "url": "https://github.com/MetaCubeX/Clash.Meta/releases/download/v1.11.2/Clash.Meta-windows-amd64-v1.11.2.zip", + "hash": "9d5013f536011adf573a51a8bec21e021f8ff0964713bf403b1cb4751616379c" + }, + "32bit": { + "url": "https://github.com/MetaCubeX/Clash.Meta/releases/download/v1.11.2/Clash.Meta-windows-386-v1.11.2.zip", + "hash": "396a7d2295e93700eca433f277b52eb82e797a3426d57b183d6ceb40b9ae66aa" + } + }, + "pre_install": "Get-ChildItem \"$dir\\Clash.Meta*.exe\" | Rename-Item -NewName 'Clash.Meta.exe'", + "bin": [ + "Clash.Meta.exe", + [ + "Clash.Meta.exe", + "clash" + ] + ], + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/MetaCubeX/Clash.Meta/releases/download/v$version/Clash.Meta-windows-amd64-v$version.zip" + }, + "32bit": { + "url": "https://github.com/MetaCubeX/Clash.Meta/releases/download/v$version/Clash.Meta-windows-386-v$version.zip" + } + } + } +}