ScoopInstaller_Main/bucket/clash.meta.json
2023-01-11 20:30:16 +00:00

36 lines
1.3 KiB
JSON

{
"version": "1.14.1",
"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.1/Clash.Meta-windows-amd64-v1.14.1.zip",
"hash": "1b7d36a370561761e714b8f325b748ad4ef7e7c65721f94580cc161b22224c12"
},
"32bit": {
"url": "https://github.com/MetaCubeX/Clash.Meta/releases/download/v1.14.1/Clash.Meta-windows-386-v1.14.1.zip",
"hash": "7da9225958c7db6da3aacdc3f4ffd4cd491f8825129b39d8247974875592d58d"
}
},
"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"
}
}
}
}