{
    "version": "0.3.1",
    "description": "Service Catalog lets you provision cloud services directly from the comfort of native Kubernetes tooling.",
    "homepage": "https://svc-cat.io/",
    "license": "Apache-2.0",
    "architecture": {
        "64bit": {
            "url": "https://download.svcat.sh/cli/v0.3.1/windows/amd64/svcat.exe",
            "hash": "7c56ce049413c2cb7ea27754ffbdf0189c2bddf372fdc3aa683940d044927b12"
        }
    },
    "bin": "svcat.exe",
    "checkver": {
        "github": "https://github.com/kubernetes-sigs/service-catalog",
        "regex": "cli/v([\\d.]+)/windows"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://download.svcat.sh/cli/v$version/windows/amd64/svcat.exe"
            }
        }
    }
}
