{
    "version": "4.0.5",
    "description": "Workflow engine for orchestrating parallel jobs on Kubernetes",
    "homepage": "https://github.com/argoproj/argo-workflows",
    "license": "Apache-2.0",
    "architecture": {
        "64bit": {
            "url": "https://github.com/argoproj/argo-workflows/releases/download/v4.0.5/argo-windows-amd64.exe.gz",
            "hash": "3d44201192e2e02c341cd8325b9a4f3e49f99e605ca618ecbf1bcb56f872bc05"
        }
    },
    "pre_install": "Rename-Item $dir\\argo-windows-amd64.exe $dir\\argo.exe",
    "bin": "argo.exe",
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/argoproj/argo-workflows/releases/download/v$version/argo-windows-amd64.exe.gz"
            }
        },
        "hash": {
            "url": "$url.sha256"
        }
    }
}
