{
    "version": "2.19.0",
    "description": "A command line tool that facilitates continuous development for Kubernetes applications.",
    "homepage": "https://skaffold.dev",
    "license": "Apache-2.0",
    "architecture": {
        "64bit": {
            "url": "https://github.com/GoogleCloudPlatform/skaffold/releases/download/v2.19.0/skaffold-windows-amd64.exe#/skaffold.exe",
            "hash": "c1041e3d303bee04aa40018b21305badc61f39ea0a2c89063503f4e1f7c0559b"
        }
    },
    "bin": "skaffold.exe",
    "checkver": {
        "github": "https://github.com/GoogleCloudPlatform/skaffold"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/GoogleCloudPlatform/skaffold/releases/download/v$version/skaffold-windows-amd64.exe#/skaffold.exe"
            }
        },
        "hash": {
            "url": "$url.sha256"
        }
    }
}
