2024-03-27 13:14:38 +00:00

43 lines
1.7 KiB
JSON

{
"version": "1.18.2",
"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.2/mihomo-windows-amd64-v1.18.2.zip",
"hash": "2e223127a166c67476e9eaab46fd960f4f98b9560f10a15fd1e765caf229fcec"
},
"32bit": {
"url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.18.2/mihomo-windows-386-v1.18.2.zip",
"hash": "bb8b17cd53c5d4db5f8fb63577f33c6a3bdd44bd82039c73534f1978bb6a75c4"
},
"arm64": {
"url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.18.2/mihomo-windows-arm64-v1.18.2.zip",
"hash": "b940e63f969bd3aefa0f9fdbb79fe9111db262c608e5fdf13de7dc56eb768adc"
}
},
"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"
}
}
}
}