{
    "version": "0.9.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.9.0/xc_0.9.0_windows_amd64.exe#/xc.exe",
            "hash": "22f40cd0f1a5783b2b224cb331223f10cf261ee234087fb8874d2367904b0f42"
        },
        "32bit": {
            "url": "https://github.com/joerdav/xc/releases/download/v0.9.0/xc_0.9.0_windows_386.exe#/xc.exe",
            "hash": "45dfa065f123041a7d1dff8a4a74e2d72ba56b96891046d20af16d415444678f"
        },
        "arm64": {
            "url": "https://github.com/joerdav/xc/releases/download/v0.9.0/xc_0.9.0_windows_arm64.exe#/xc.exe",
            "hash": "dd39e6a8cdc62853638bd42f424116555d84661902dde87b33d864c4fc9dd2c1"
        }
    },
    "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"
        }
    }
}
