2024-09-02 12:31:41 +00:00

43 lines
1.7 KiB
JSON

{
"version": "1.18.8",
"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.8/mihomo-windows-amd64-v1.18.8.zip",
"hash": "7c1c45ac58c0f3139c9a2176e3676294d0b733b399e95d6e3fee3e07f864781b"
},
"32bit": {
"url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.18.8/mihomo-windows-386-v1.18.8.zip",
"hash": "2adc849120c26588c91032af89c40c96bb942078a9fb91f68a7b5931fb8c8c93"
},
"arm64": {
"url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.18.8/mihomo-windows-arm64-v1.18.8.zip",
"hash": "7aa772aa72752c2fc83cc1b8c40d973fa420e407346cd9277febcfeac953e214"
}
},
"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"
}
}
}
}