{
    "version": "1.49.0",
    "description": "A live-reloading command line utility for developing Go applications.",
    "homepage": "https://github.com/cosmtrek/air",
    "license": "GPL-3.0-or-later",
    "architecture": {
        "64bit": {
            "url": "https://github.com/cosmtrek/air/releases/download/v1.49.0/air_1.49.0_windows_amd64.tar.gz",
            "hash": "d20ca98a312f984d9ecefb5cdd3f3ee532caa2a4ef6cb0c5d6f28f9613a7d540"
        },
        "32bit": {
            "url": "https://github.com/cosmtrek/air/releases/download/v1.49.0/air_1.49.0_windows_386.tar.gz",
            "hash": "1e69e8d8dee0e17a4737463329e8a0aaad8bc21a1263172d592dc459eb28cb43"
        },
        "arm64": {
            "url": "https://github.com/cosmtrek/air/releases/download/v1.49.0/air_1.49.0_windows_arm64.tar.gz",
            "hash": "67a8140f803f4bb612b3188afe0c858b0ba98edc4fb8a1320375d2193a2934f6"
        }
    },
    "bin": "air.exe",
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/cosmtrek/air/releases/download/v$version/air_$version_windows_amd64.tar.gz"
            },
            "32bit": {
                "url": "https://github.com/cosmtrek/air/releases/download/v$version/air_$version_windows_386.tar.gz"
            },
            "arm64": {
                "url": "https://github.com/cosmtrek/air/releases/download/v$version/air_$version_windows_arm64.tar.gz"
            }
        },
        "hash": {
            "url": "$baseurl/air_$version_checksums.txt"
        }
    }
}
