{
    "version": "2.10.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.10.0/skaffold-windows-amd64.exe#/skaffold.exe",
            "hash": "702790a150876281fed4b53ba91d99caac7860dcf8428ffde8be79b85d3297f0"
        }
    },
    "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"
        }
    }
}
