{
    "version": "0.8.0",
    "description": "A TUI playground to experiment with jq",
    "homepage": "https://github.com/noahgorstein/jqp",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/noahgorstein/jqp/releases/download/v0.8.0/jqp_Windows_x86_64.tar.gz",
            "hash": "9d62970c1355705c7050788f70fe597f65f1fe808a7b29fc34876c90bf509c17"
        },
        "32bit": {
            "url": "https://github.com/noahgorstein/jqp/releases/download/v0.8.0/jqp_Windows_i386.tar.gz",
            "hash": "e3a8ff70c170917b7f4b033d4603e0b35d01ba5981385cbfbb5928a9e44077ca"
        },
        "arm64": {
            "url": "https://github.com/noahgorstein/jqp/releases/download/v0.8.0/jqp_Windows_arm64.tar.gz",
            "hash": "097fdb13c151c933f8e131c7d7429a14482df947c8343c425b60660625ba01bc"
        }
    },
    "bin": "jqp.exe",
    "checkver": {
        "github": "https://github.com/noahgorstein/jqp",
        "regex": "tag/v([\\d.]+)"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/noahgorstein/jqp/releases/download/v$version/jqp_Windows_x86_64.tar.gz"
            },
            "32bit": {
                "url": "https://github.com/noahgorstein/jqp/releases/download/v$version/jqp_Windows_i386.tar.gz"
            },
            "arm64": {
                "url": "https://github.com/noahgorstein/jqp/releases/download/v$version/jqp_Windows_arm64.tar.gz"
            }
        },
        "hash": {
            "url": "$baseurl/checksums.txt"
        }
    }
}
