2025-12-01 04:39:01 +00:00

43 lines
1.7 KiB
JSON

{
"version": "1.19.17",
"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.17/mihomo-windows-amd64-v1.19.17.zip",
"hash": "e6be3a23179925444940729be4a8bb4391afed0726f078b232ab3286cbe447b5"
},
"32bit": {
"url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.19.17/mihomo-windows-386-v1.19.17.zip",
"hash": "6d1956c351701cfe74ca79120a9da8188b76cdce88e80cea4b5614d5f98b259d"
},
"arm64": {
"url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.19.17/mihomo-windows-arm64-v1.19.17.zip",
"hash": "76a9a0f5f67519499a1d92dbcdc1b5493996d5a967fc658bf94c389a49c7bae6"
}
},
"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"
}
}
}
}