2024-03-29 13:11:45 +00:00

43 lines
1.7 KiB
JSON

{
"version": "1.18.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.18.3/mihomo-windows-amd64-v1.18.3.zip",
"hash": "5e9f63be25e238e6328a13bd106d71ee09e5c3c9efadadd27e3fbdc8cb739caf"
},
"32bit": {
"url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.18.3/mihomo-windows-386-v1.18.3.zip",
"hash": "c6d88c5311e527abece43e10806b446b136490d02e7e5b74c387c9943162e464"
},
"arm64": {
"url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.18.3/mihomo-windows-arm64-v1.18.3.zip",
"hash": "b64921ab1b61f7e3ac0d89ef5378d7b687471938f4a57559df3d380babfcc9f8"
}
},
"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"
}
}
}
}