2024-04-29 08:28:10 +00:00

43 lines
1.7 KiB
JSON

{
"version": "1.18.4",
"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.4/mihomo-windows-amd64-v1.18.4.zip",
"hash": "3109cb8341bceadd58f0269fb87d0c842d23bec3c4b69cd9eb6fb5fc545a8009"
},
"32bit": {
"url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.18.4/mihomo-windows-386-v1.18.4.zip",
"hash": "edfadb1e581e3d6c9a4fb17ae038e45234bdccf0465be432cd2fa472511c4cd8"
},
"arm64": {
"url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.18.4/mihomo-windows-arm64-v1.18.4.zip",
"hash": "fcf05996964578a9055c785f26fa20d874d5cb5dc87aac7269237d3cc3e7be4a"
}
},
"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"
}
}
}
}