{
    "homepage": "https://knative.dev",
    "license": "Apache-2.0",
    "description": "The Knative client kn is your door to the Knative world. It allows you to create Knative resources interactively from the command line or from within scripts.",
    "version": "1.22.0",
    "architecture": {
        "64bit": {
            "url": "https://github.com/knative/client/releases/download/knative-v1.22.0/kn-windows-amd64.exe#/kn.exe",
            "hash": "a1bd8902bd8c61d469fb19d948211c4a794ecf6a7c1a5601a34cef5211b29c39"
        }
    },
    "bin": "kn.exe",
    "checkver": {
        "github": "https://github.com/knative/client",
        "regex": "/releases/tag/knative-v([\\d.]+)"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/knative/client/releases/download/knative-v$version/kn-windows-amd64.exe#/kn.exe",
                "hash": {
                    "url": "https://github.com/knative/client/releases/download/knative-v$version/checksums.txt"
                }
            }
        }
    }
}
