{
    "version": "3.0.0",
    "description": "A jq clone focussed on correctness, speed, and simplicity",
    "homepage": "https://github.com/01mf02/jaq/",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/01mf02/jaq/releases/download/v3.0.0/jaq-x86_64-pc-windows-msvc.exe#/jaq.exe",
            "hash": "07dfa5f20a9372ce96f26d5fbfdcedc4baad2162b487b3d980f35d0d0dce632f"
        },
        "32bit": {
            "url": "https://github.com/01mf02/jaq/releases/download/v3.0.0/jaq-i686-pc-windows-msvc.exe#/jaq.exe",
            "hash": "de5bd27a92c77227c9925cb863e5858b02ef8d0ea1e9f7f7d5802a4fe32053e1"
        }
    },
    "bin": "jaq.exe",
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/01mf02/jaq/releases/download/v$version/jaq-x86_64-pc-windows-msvc.exe#/jaq.exe"
            },
            "32bit": {
                "url": "https://github.com/01mf02/jaq/releases/download/v$version/jaq-i686-pc-windows-msvc.exe#/jaq.exe"
            }
        }
    }
}
