2026-01-16 04:32:53 +00:00

43 lines
1.7 KiB
JSON

{
"version": "1.19.19",
"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.19/mihomo-windows-amd64-v1.19.19.zip",
"hash": "7f48c95a080a3aa4d2b7617510c550188113afd7607b3b0ab1038e1d2aea6782"
},
"32bit": {
"url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.19.19/mihomo-windows-386-v1.19.19.zip",
"hash": "3e4992bae8a64f2475ed4cefffac24187bf9588692bee5cc7ba27b396d097088"
},
"arm64": {
"url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.19.19/mihomo-windows-arm64-v1.19.19.zip",
"hash": "f88128b4db93179de37f6804346d09cd0031faec712a82bde94d0031ea29dd22"
}
},
"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"
}
}
}
}