2025-05-10 08:29:33 +00:00

43 lines
1.7 KiB
JSON

{
"version": "1.19.6",
"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.6/mihomo-windows-amd64-v1.19.6.zip",
"hash": "78c72cc49de8a57f95fe587cfc9af5c8aa0fbe48d639ca2ebfa56c886816d618"
},
"32bit": {
"url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.19.6/mihomo-windows-386-v1.19.6.zip",
"hash": "d95283cc745668829a81d1c8a899e53529954a17f01a0e39f611b5b72f4e5bc9"
},
"arm64": {
"url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.19.6/mihomo-windows-arm64-v1.19.6.zip",
"hash": "be7e94deab53eec0385840b2429ce8069690a7394c8f73d36d9692e7979ab01a"
}
},
"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"
}
}
}
}