2025-03-03 04:30:49 +00:00

43 lines
1.7 KiB
JSON

{
"version": "1.19.3",
"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.3/mihomo-windows-amd64-v1.19.3.zip",
"hash": "a3e5c03e90f5cb192e3488b6e14d41ddc9a920ed238b83fa67d02c1c83fe7c98"
},
"32bit": {
"url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.19.3/mihomo-windows-386-v1.19.3.zip",
"hash": "2fdf2f8be3ae39e8d5fc60f4c7fdb064c29c3e70409576b6a5fd39bead568027"
},
"arm64": {
"url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.19.3/mihomo-windows-arm64-v1.19.3.zip",
"hash": "649063413e0fe778026717365bf4e23157aaf2176a5cb8f3bf3da53b37dc4238"
}
},
"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"
}
}
}
}