{ "version": "1.14.0", "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.14.0/Clash.Meta-windows-amd64-v1.14.0.zip", "hash": "e4d56f63b644d400515bfcf704516a510ddfe4f0ec8f74769e84b057f2d4d1c3" }, "32bit": { "url": "https://github.com/MetaCubeX/Clash.Meta/releases/download/v1.14.0/Clash.Meta-windows-386-v1.14.0.zip", "hash": "4e81733d8f8ebcd01f80fbf6af7e5aabb110194cf687715b35fbf483109bc03e" } }, "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" } } } }