{
    "version": "0.19.12",
    "description": "A tiny command line DNS client with support for UDP, TCP, DoT, DoH, DoQ and ODoH.",
    "homepage": "https://github.com/natesales/q",
    "license": "GPL-3.0-or-later",
    "architecture": {
        "64bit": {
            "url": "https://github.com/natesales/q/releases/download/v0.19.12/q_0.19.12_windows_amd64.zip",
            "hash": "35238a11b4b2623064dbb7e61207a53e1b55619f3249f2e9b3acd26f8de18d14"
        },
        "arm64": {
            "url": "https://github.com/natesales/q/releases/download/v0.19.12/q_0.19.12_windows_arm64.zip",
            "hash": "25479b18dbcb3897551d712d5a993707be982d6cb14932ca4e2abf801548f19e"
        }
    },
    "bin": "q.exe",
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/natesales/q/releases/download/v$version/q_$version_windows_amd64.zip"
            },
            "arm64": {
                "url": "https://github.com/natesales/q/releases/download/v$version/q_$version_windows_arm64.zip"
            }
        },
        "hash": {
            "url": "$baseurl/q_$version_checksums.txt"
        }
    }
}
