2024-12-31 20:27:57 +00:00

43 lines
1.7 KiB
JSON

{
"version": "1.19.1",
"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.1/mihomo-windows-amd64-v1.19.1.zip",
"hash": "8696aee2165feb26584b3b6f2f4da419a24bcd4859a3d2fbeb650f034c9bb473"
},
"32bit": {
"url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.19.1/mihomo-windows-386-v1.19.1.zip",
"hash": "65e72c41d51b72b8fb03de03408309f6baf0229aa35522bdef026f2d81e670dd"
},
"arm64": {
"url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.19.1/mihomo-windows-arm64-v1.19.1.zip",
"hash": "05c51134264acf27ac470534f777c86f5592870a1595b4f8cd9ee201034f6386"
}
},
"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"
}
}
}
}