mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
36 lines
1.3 KiB
JSON
36 lines
1.3 KiB
JSON
{
|
|
"version": "1.15.0",
|
|
"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.0/Clash.Meta-windows-amd64-v1.15.0.zip",
|
|
"hash": "82afa046fca0ab53a30e01a6cc115260f9b70de2ebc6952384e26fab7b4ee560"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/MetaCubeX/Clash.Meta/releases/download/v1.15.0/Clash.Meta-windows-386-v1.15.0.zip",
|
|
"hash": "66d3a4e15a6f9a93cab79e213f974d9da82c76ca97c8cfe31daf37a0bfd621f0"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|