{
    "version": "1.19.24",
    "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.24/mihomo-windows-amd64-v1.19.24.zip",
            "hash": "15ee5de40d37797345392d5170207e4562eef19eeb030bfc0e8b8208cc547dfc"
        },
        "32bit": {
            "url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.19.24/mihomo-windows-386-v1.19.24.zip",
            "hash": "71f899d9dfa93c2b2f146a739487e0de01a7ea729d73e9fff08f5e53f534481d"
        },
        "arm64": {
            "url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.19.24/mihomo-windows-arm64-v1.19.24.zip",
            "hash": "1a8462b4a9af415906a0085e631fad3611a1cc6aacfb823f2545d68a09543227"
        }
    },
    "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"
            }
        }
    }
}
