ScoopInstaller_Main/bucket/clash.meta.json
2023-06-03 12:30:23 +00:00

36 lines
1.3 KiB
JSON

{
"version": "1.14.5",
"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.5/Clash.Meta-windows-amd64-v1.14.5.zip",
"hash": "30f3a519e096ace3ce363614a9a943ca296cda1294cc0bd76600b7d39ed6b54e"
},
"32bit": {
"url": "https://github.com/MetaCubeX/Clash.Meta/releases/download/v1.14.5/Clash.Meta-windows-386-v1.14.5.zip",
"hash": "c449763f748b1745e9117e6879c1f1457f88d1714b81febe36354fa126c446b2"
}
},
"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"
}
}
}
}