2025-08-27 12:31:29 +00:00

43 lines
1.7 KiB
JSON

{
"version": "1.19.13",
"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.19.13/mihomo-windows-amd64-v1.19.13.zip",
"hash": "887b8ef56f12901cea447975ca2738dbb9c10b776761db4e2712848c2b93496a"
},
"32bit": {
"url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.19.13/mihomo-windows-386-v1.19.13.zip",
"hash": "46b1f704868b738a0087791433c84827fc127818c740e8485f700ea4c0b45535"
},
"arm64": {
"url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.19.13/mihomo-windows-arm64-v1.19.13.zip",
"hash": "bc9be224bfe4b2ab8646301a38696353816b4964dd069529b74e95ae46f0a490"
}
},
"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"
}
}
}
}