2025-05-31 08:29:30 +00:00

43 lines
1.7 KiB
JSON

{
"version": "1.19.10",
"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.10/mihomo-windows-amd64-v1.19.10.zip",
"hash": "22f301591e522e81ecbd4ae2987b2fcb4642c234c870094904188c4dc1aceb60"
},
"32bit": {
"url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.19.10/mihomo-windows-386-v1.19.10.zip",
"hash": "bf85b964ba1ae6de463e28c745f328eb85c08b97f97a36420d67b4dc4b3b77b7"
},
"arm64": {
"url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.19.10/mihomo-windows-arm64-v1.19.10.zip",
"hash": "d58e9edcab3d7e066f76a991ce524a778d0f4ebfbd48c66ed2c09031c8af36ed"
}
},
"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"
}
}
}
}