{
    "version": "6.18.1",
    "description": "Like awk, sed, cut, join, and sort for data formats such as CSV, TSV, JSON, JSON Lines, and positionally-indexed.",
    "homepage": "https://miller.readthedocs.io",
    "license": "BSD-2-Clause",
    "architecture": {
        "64bit": {
            "url": "https://github.com/johnkerl/miller/releases/download/v6.18.1/miller-6.18.1-windows-amd64.zip",
            "hash": "7fd8634a020e284797619533ed1235c779c3ba1ae85cf4325dd59c9828ed2197",
            "extract_dir": "miller-6.18.1-windows-amd64"
        },
        "32bit": {
            "url": "https://github.com/johnkerl/miller/releases/download/v6.18.1/miller-6.18.1-windows-386.zip",
            "hash": "e130e7922fd08015e03979dac46e786045b0e32a7d73622dcf6540bf88cd79c9",
            "extract_dir": "miller-6.18.1-windows-386"
        }
    },
    "bin": "mlr.exe",
    "checkver": {
        "github": "https://github.com/johnkerl/miller"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/johnkerl/miller/releases/download/v$version/miller-$version-windows-amd64.zip",
                "extract_dir": "miller-$version-windows-amd64"
            },
            "32bit": {
                "url": "https://github.com/johnkerl/miller/releases/download/v$version/miller-$version-windows-386.zip",
                "extract_dir": "miller-$version-windows-386"
            }
        },
        "hash": {
            "url": "$baseurl/miller-$version-checksums.txt"
        }
    }
}
