{
    "version": "1.7.12",
    "description": "Static checker for GitHub Actions workflow files",
    "homepage": "https://github.com/rhysd/actionlint",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/rhysd/actionlint/releases/download/v1.7.12/actionlint_1.7.12_windows_amd64.zip",
            "hash": "6e7241b51e6817ea6a047693d8e6fed13b31819c9a0dd6c5a726e1592d22f6e9"
        },
        "32bit": {
            "url": "https://github.com/rhysd/actionlint/releases/download/v1.7.12/actionlint_1.7.12_windows_386.zip",
            "hash": "cdc8643b2c8dc890c76ad16095da97e75f86572805cc3573cc13f31ea0f19127"
        },
        "arm64": {
            "url": "https://github.com/rhysd/actionlint/releases/download/v1.7.12/actionlint_1.7.12_windows_arm64.zip",
            "hash": "cadcf7ea4efe3a68728893813643cebe1185e5b1d4be5b96245f65c9a4d5ea41"
        }
    },
    "bin": "actionlint.exe",
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/rhysd/actionlint/releases/download/v$version/actionlint_$version_windows_amd64.zip"
            },
            "32bit": {
                "url": "https://github.com/rhysd/actionlint/releases/download/v$version/actionlint_$version_windows_386.zip"
            },
            "arm64": {
                "url": "https://github.com/rhysd/actionlint/releases/download/v$version/actionlint_$version_windows_arm64.zip"
            }
        },
        "hash": {
            "url": "$baseurl/actionlint_$version_checksums.txt"
        }
    }
}
