From d73ba10af8a7c56c224371e4a7f7d79fdef0b19d Mon Sep 17 00:00:00 2001 From: Issac Lin Date: Fri, 1 Jul 2022 13:58:47 +0800 Subject: [PATCH] clash.meta: Add version 1.11.2 (#3727) * clash.meta: Add version 1.11.2 * modify description --- bucket/clash.meta.json | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 bucket/clash.meta.json 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" + } + } + } +}