ScoopInstaller_Main/bucket/clash.meta.json
2023-09-24 20:23:17 +00:00

36 lines
1.3 KiB
JSON

{
"version": "1.16.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.16.0/Clash.Meta-windows-amd64-v1.16.0.zip",
"hash": "2c67205ead93acbeabc2497ec81f662b1e53c5290c4985e642e483ad0321b239"
},
"32bit": {
"url": "https://github.com/MetaCubeX/Clash.Meta/releases/download/v1.16.0/Clash.Meta-windows-386-v1.16.0.zip",
"hash": "06ad114f58f27ef4f7835aeaaed4071188ff1109d0c9823dd0b01e82aead5c28"
}
},
"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"
}
}
}
}