{
    "version": "0.26.4",
    "description": "The worlds fastest OpenAPI 3, OpenAPI 2 / Swagger linter and quality analysis tool.",
    "homepage": "https://quobix.com/vacuum/",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/daveshanley/vacuum/releases/download/v0.26.4/vacuum_0.26.4_windows_x86_64.tar.gz",
            "hash": "f21c4227b0c64b574118877cfeb0f4465f8a19af60db49affb591daf3c7285ae"
        },
        "32bit": {
            "url": "https://github.com/daveshanley/vacuum/releases/download/v0.26.4/vacuum_0.26.4_windows_i386.tar.gz",
            "hash": "5614e8ef53909dd43a50e2ebbc4fee353d53469807a005491c903bac425d990e"
        },
        "arm64": {
            "url": "https://github.com/daveshanley/vacuum/releases/download/v0.26.4/vacuum_0.26.4_windows_arm64.tar.gz",
            "hash": "d7f9bfbee77475ac5ddd8074456cd1844345863fd38c801237311bdc08016de1"
        }
    },
    "bin": "vacuum.exe",
    "checkver": {
        "github": "https://github.com/daveshanley/vacuum"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/daveshanley/vacuum/releases/download/v$version/vacuum_$version_windows_x86_64.tar.gz"
            },
            "32bit": {
                "url": "https://github.com/daveshanley/vacuum/releases/download/v$version/vacuum_$version_windows_i386.tar.gz"
            },
            "arm64": {
                "url": "https://github.com/daveshanley/vacuum/releases/download/v$version/vacuum_$version_windows_arm64.tar.gz"
            }
        },
        "hash": {
            "url": "$baseurl/checksums.txt"
        }
    }
}
