{
    "version": "0.8.0",
    "description": "Simple, Convenient, Markdown defined task runner.",
    "homepage": "https://xcfile.dev/",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/joerdav/xc/releases/download/v0.8.0/xc_0.8.0_windows_amd64.exe#/xc.exe",
            "hash": "3470d40ca582d4fb32835d52506abd14ba983ff4566e78e9349e5faff0286a86"
        },
        "32bit": {
            "url": "https://github.com/joerdav/xc/releases/download/v0.8.0/xc_0.8.0_windows_386.exe#/xc.exe",
            "hash": "b0f58013c32281d7e591a4dec205a168a3e5131331ed5ff7ebe63eaf93fae8cc"
        },
        "arm64": {
            "url": "https://github.com/joerdav/xc/releases/download/v0.8.0/xc_0.8.0_windows_arm64.exe#/xc.exe",
            "hash": "11d32299f614fa9d86bee17593d5b7957e9c24f38b5633ee6a903a5956aee63f"
        }
    },
    "bin": "xc.exe",
    "checkver": {
        "github": "https://github.com/joerdav/xc"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/joerdav/xc/releases/download/v$version/xc_$version_windows_amd64.exe#/xc.exe"
            },
            "32bit": {
                "url": "https://github.com/joerdav/xc/releases/download/v$version/xc_$version_windows_386.exe#/xc.exe"
            },
            "arm64": {
                "url": "https://github.com/joerdav/xc/releases/download/v$version/xc_$version_windows_arm64.exe#/xc.exe"
            }
        },
        "hash": {
            "url": "$baseurl/checksums.txt"
        }
    }
}
