2025-10-14 20:30:48 +00:00

43 lines
1.7 KiB
JSON

{
"version": "1.19.15",
"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.15/mihomo-windows-amd64-v1.19.15.zip",
"hash": "4d732ecb41bf0565bf85d81e7024fb59ef3779d874b0fcc9467a77448eef19eb"
},
"32bit": {
"url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.19.15/mihomo-windows-386-v1.19.15.zip",
"hash": "b9f50f807adea0923526f74452d2fc916138a929307b1520b0a551597122c4ab"
},
"arm64": {
"url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.19.15/mihomo-windows-arm64-v1.19.15.zip",
"hash": "fae1a0db68110e4ada85e70864bafefcc35b2306e4fc9332f17767d2f1d15bd1"
}
},
"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"
}
}
}
}