{
    "version": "6.3.21",
    "description": "DevSpace is an open-source developer tool for Kubernetes that lets you develop and deploy cloud-native software faster",
    "homepage": "https://devspace.sh",
    "license": "Apache-2.0",
    "architecture": {
        "64bit": {
            "url": "https://github.com/devspace-sh/devspace/releases/download/v6.3.21/devspace-windows-amd64.exe#/devspace.exe",
            "hash": "05c604fd02c2d9169659073bbef12f90da68d7211de743c7c93920f74d07f3a6"
        },
        "32bit": {
            "url": "https://github.com/devspace-sh/devspace/releases/download/v6.3.21/devspace-windows-386.exe#/devspace.exe",
            "hash": "81534a1490089f59831f138104a6df914b0be1971fb83814cd27552b5de9f5a1"
        }
    },
    "bin": "devspace.exe",
    "checkver": {
        "github": "https://github.com/devspace-sh/devspace"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/devspace-sh/devspace/releases/download/v$version/devspace-windows-amd64.exe#/devspace.exe"
            },
            "32bit": {
                "url": "https://github.com/devspace-sh/devspace/releases/download/v$version/devspace-windows-386.exe#/devspace.exe"
            }
        },
        "hash": {
            "url": "$url.sha256"
        }
    }
}
