{
    "version": "1.10.0",
    "description": "Simple command line utility to make DNS lookups to the specified server",
    "homepage": "https://github.com/ameshkov/dnslookup",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/ameshkov/dnslookup/releases/download/v1.10.0/dnslookup-windows-amd64-v1.10.0.zip",
            "hash": "fecfe182b9bbe8326bc6d261d0875f5807a7d09227bb047cfd175e361c48b79d",
            "extract_dir": "windows-amd64"
        },
        "32bit": {
            "url": "https://github.com/ameshkov/dnslookup/releases/download/v1.10.0/dnslookup-windows-386-v1.10.0.zip",
            "hash": "30b3de32996ba64153b145deed4013a66153c2734843cf5747b569ac15902810",
            "extract_dir": "windows-386"
        }
    },
    "bin": "dnslookup.exe",
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/ameshkov/dnslookup/releases/download/v$version/dnslookup-windows-amd64-v$version.zip"
            },
            "32bit": {
                "url": "https://github.com/ameshkov/dnslookup/releases/download/v$version/dnslookup-windows-386-v$version.zip"
            }
        }
    }
}
