ScoopInstaller_Main/bucket/clash.meta.json
2023-08-18 08:25:41 +00:00

36 lines
1.3 KiB
JSON

{
"version": "1.15.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.15.1/Clash.Meta-windows-amd64-v1.15.1.zip",
"hash": "c6035e1d6961e96fc3d6b801a669729b8f7aceabc27a719626a33f9ade8610fa"
},
"32bit": {
"url": "https://github.com/MetaCubeX/Clash.Meta/releases/download/v1.15.1/Clash.Meta-windows-386-v1.15.1.zip",
"hash": "bdbc0185eaf46048d6e5906f81ce8fe6607d4daf8b074522f51d2dd294544e01"
}
},
"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"
}
}
}
}