{
    "version": "6.1.0",
    "description": "GeoIP Update program to perform automatic updates of GeoIP2 and GeoIP Legacy binary databases.",
    "homepage": "https://dev.maxmind.com/geoip/geoipupdate/",
    "license": "Apache-2.0|MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/maxmind/geoipupdate/releases/download/v6.1.0/geoipupdate_6.1.0_windows_amd64.zip",
            "hash": "e1ea823174f8d0fffe9bca62f8b80832638898e7807c4ac8e17c003292ced097",
            "extract_dir": "geoipupdate_6.1.0_windows_amd64"
        },
        "32bit": {
            "url": "https://github.com/maxmind/geoipupdate/releases/download/v6.1.0/geoipupdate_6.1.0_windows_386.zip",
            "hash": "d8a4b44fa977a59d61974bc204f9e62f316a4d921f5f22b3e1d817ecd7762703",
            "extract_dir": "geoipupdate_6.1.0_windows_386"
        }
    },
    "bin": "geoipupdate.exe",
    "checkver": {
        "github": "https://github.com/maxmind/geoipupdate"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/maxmind/geoipupdate/releases/download/v$version/geoipupdate_$version_windows_amd64.zip",
                "extract_dir": "geoipupdate_$version_windows_amd64"
            },
            "32bit": {
                "url": "https://github.com/maxmind/geoipupdate/releases/download/v$version/geoipupdate_$version_windows_386.zip",
                "extract_dir": "geoipupdate_$version_windows_386"
            }
        },
        "hash": {
            "url": "$baseurl/checksums-windows.txt"
        }
    }
}
