{
    "version": "2.8.6",
    "description": "A cross-platform build utility based on Lua",
    "homepage": "https://xmake.io",
    "license": "Apache-2.0",
    "architecture": {
        "64bit": {
            "url": "https://github.com/xmake-io/xmake/releases/download/v2.8.6/xmake-v2.8.6.win64.zip",
            "hash": "eb049d5890665101a86fd791d82a4a9b471aa16d785dca40c930b3fc388c7cca"
        },
        "32bit": {
            "url": "https://github.com/xmake-io/xmake/releases/download/v2.8.6/xmake-v2.8.6.win32.zip",
            "hash": "f8f493d76efbd4ddaa902fbe3a7ab27b8fbe9cb9fff046fb14aade4ceb585318"
        }
    },
    "extract_dir": "xmake",
    "bin": [
        "xmake.exe",
        "xrepo.bat"
    ],
    "checkver": {
        "github": "https://github.com/xmake-io/xmake"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/xmake-io/xmake/releases/download/v$version/xmake-v$version.win64.zip",
                "hash": {
                    "url": "$baseurl/xmake-v$version.win64.sha256",
                    "regex": "$sha256.*?zip"
                }
            },
            "32bit": {
                "url": "https://github.com/xmake-io/xmake/releases/download/v$version/xmake-v$version.win32.zip",
                "hash": {
                    "url": "$baseurl/xmake-v$version.win32.sha256",
                    "regex": "$sha256.*?zip"
                }
            }
        }
    }
}
