ScoopInstaller_Main/bucket/clash.meta.json
2023-02-18 20:25:35 +00:00

36 lines
1.3 KiB
JSON

{
"version": "1.14.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.14.2/Clash.Meta-windows-amd64-v1.14.2.zip",
"hash": "34adbc671541b4b20ad5596598cba6bd2164422fe19e5d2799d7f6dada4af8e5"
},
"32bit": {
"url": "https://github.com/MetaCubeX/Clash.Meta/releases/download/v1.14.2/Clash.Meta-windows-386-v1.14.2.zip",
"hash": "20195d2e2c9f92a3f863677836994d3748379ac1ce65f169453c8fdc10bff1e3"
}
},
"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"
}
}
}
}