mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-01 05:24:27 +00:00
43 lines
1.7 KiB
JSON
43 lines
1.7 KiB
JSON
{
|
|
"version": "1.18.5",
|
|
"description": "A simple Python Pydantic model for Honkai: Star Rail parsed data from the Mihomo API.",
|
|
"homepage": "https://github.com/MetaCubeX/mihomo",
|
|
"license": "GPL-3.0-or-later",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.18.5/mihomo-windows-amd64-v1.18.5.zip",
|
|
"hash": "f7c2174022079af782ccbaee16ce23445216296f18bfcd35195455e30cf8ff84"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.18.5/mihomo-windows-386-v1.18.5.zip",
|
|
"hash": "5634b05d5443757994ec4935e0b1c2b8574e53f34fa2b36ed3fa607b2a23189c"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.18.5/mihomo-windows-arm64-v1.18.5.zip",
|
|
"hash": "479bf453e0ea33f658eef8a389223c3fa6ed410c1db5a3cc2d5ae24da8e2417a"
|
|
}
|
|
},
|
|
"pre_install": "Get-ChildItem \"$dir\\mihomo*.exe\" | Rename-Item -NewName 'mihomo.exe'",
|
|
"bin": [
|
|
"mihomo.exe",
|
|
[
|
|
"mihomo.exe",
|
|
"clash"
|
|
]
|
|
],
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/MetaCubeX/mihomo/releases/download/v$version/mihomo-windows-amd64-v$version.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/MetaCubeX/mihomo/releases/download/v$version/mihomo-windows-386-v$version.zip"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/MetaCubeX/mihomo/releases/download/v$version/mihomo-windows-arm64-v$version.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|