mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
36 lines
1.3 KiB
JSON
36 lines
1.3 KiB
JSON
{
|
|
"version": "1.13.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.13.2/Clash.Meta-windows-amd64-v1.13.2.zip",
|
|
"hash": "d6a5d4285f5522735725b066c5c399bd30e2703dde2a3aa75d06832b7c99a4c7"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/MetaCubeX/Clash.Meta/releases/download/v1.13.2/Clash.Meta-windows-386-v1.13.2.zip",
|
|
"hash": "e41f9db4e63dcdb078cd5480cc030bd6eb3d0e649469caea523660908fbd96cd"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|