{
    "version": "1.8.1",
    "description": "Lightweight and flexible command-line JSON processor",
    "homepage": "https://jqlang.github.io/jq/",
    "license": "MIT",
    "suggest": {
        "jid": "jid"
    },
    "architecture": {
        "64bit": {
            "url": "https://github.com/jqlang/jq/releases/download/jq-1.8.1/jq-windows-amd64.exe#/jq.exe",
            "hash": "23cb60a1354eed6bcc8d9b9735e8c7b388cd1fdcb75726b93bc299ef22dd9334"
        },
        "32bit": {
            "url": "https://github.com/jqlang/jq/releases/download/jq-1.8.1/jq-windows-i386.exe#/jq.exe",
            "hash": "414ec99417830178bd2f6e77fc78b34de3b12fc6b6c3229f07038c5811307124"
        }
    },
    "bin": "jq.exe",
    "checkver": {
        "github": "https://github.com/jqlang/jq/",
        "regex": "tag/jq-([\\d.]+)"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/jqlang/jq/releases/download/jq-$version/jq-windows-amd64.exe#/jq.exe"
            },
            "32bit": {
                "url": "https://github.com/jqlang/jq/releases/download/jq-$version/jq-windows-i386.exe#/jq.exe"
            }
        },
        "hash": {
            "url": "https://github.com/jqlang/jq/releases/download/jq-$version/sha256sum.txt"
        }
    }
}
