{
    "version": "0.5.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.5.0/jqp_Windows_x86_64.tar.gz",
            "hash": "83554caf4d308d6b41225f4ae57d5e7ee4162748441406e26247e09ffaef6f1b"
        },
        "32bit": {
            "url": "https://github.com/noahgorstein/jqp/releases/download/v0.5.0/jqp_Windows_i386.tar.gz",
            "hash": "2a8b2a377de446862eef75a5165e145d379d358df95b1da25b881ddc99b6e397"
        },
        "arm64": {
            "url": "https://github.com/noahgorstein/jqp/releases/download/v0.5.0/jqp_Windows_arm64.tar.gz",
            "hash": "81f11498b99fac734547a9e269059d06ea0243e6b8115677b31cd289be9067fd"
        }
    },
    "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"
        }
    }
}
