{
    "version": "3.0.8",
    "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/v3.0.8/xmake-v3.0.8.win64.zip",
            "hash": "2f36f9bcf66902999923909912036fa0ae1a98afe7df72bf1c97476df0f8072f"
        },
        "32bit": {
            "url": "https://github.com/xmake-io/xmake/releases/download/v3.0.8/xmake-v3.0.8.win32.zip",
            "hash": "e4b8905cb2fa8894310f0474beff171e1450b6139c8ab5777996e4128d88b6d9"
        }
    },
    "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"
                }
            }
        }
    }
}
