ScoopInstaller_Main/bucket/clash.meta.json
2023-03-30 20:25:24 +00:00

36 lines
1.3 KiB
JSON

{
"version": "1.14.3",
"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.3/Clash.Meta-windows-amd64-v1.14.3.zip",
"hash": "566d18a9deb3c003e5213d7ff7a01d8c12fad10a8a9c6f821e9a98c99d25c777"
},
"32bit": {
"url": "https://github.com/MetaCubeX/Clash.Meta/releases/download/v1.14.3/Clash.Meta-windows-386-v1.14.3.zip",
"hash": "666efa6a146d563d46a5af2fc007ff25ade9c6cf49b363195cce07ce30c393e9"
}
},
"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"
}
}
}
}