2025-11-09 04:29:19 +00:00

43 lines
1.7 KiB
JSON

{
"version": "1.19.16",
"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.16/mihomo-windows-amd64-v1.19.16.zip",
"hash": "950388d2b891c34b269238e4641c92fe7a56de11f76f77246f906155462b26a7"
},
"32bit": {
"url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.19.16/mihomo-windows-386-v1.19.16.zip",
"hash": "f06a058c32dbf6540ab9d559b63daa2bbee4a931e599d0223032d36cb529bf63"
},
"arm64": {
"url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.19.16/mihomo-windows-arm64-v1.19.16.zip",
"hash": "0cfb5d5ffd37fe54e1741b533d247703aa389610fa0b57675c6d42d7944176fa"
}
},
"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"
}
}
}
}