{
    "version": "1.65.1",
    "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.65.1/air_1.65.1_windows_amd64.tar.gz",
            "hash": "e045e0cdcaef2b3a375cf985c7cdc60c12ccfbd10143b2a5d3275ac3ae0a6722"
        },
        "32bit": {
            "url": "https://github.com/cosmtrek/air/releases/download/v1.65.1/air_1.65.1_windows_386.tar.gz",
            "hash": "1415c57fe886de2e133493453c17d8dbcb000d445061ddd522de23cab9b2d203"
        },
        "arm64": {
            "url": "https://github.com/cosmtrek/air/releases/download/v1.65.1/air_1.65.1_windows_arm64.tar.gz",
            "hash": "dc5caff84b584f1315ebfa9a0d2bfe421e9ce2ee05b0e3f055a782f4660112ac"
        }
    },
    "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"
        }
    }
}
