{
    "version": "8.18.3",
    "description": "The official command line client for Cloud Foundry",
    "homepage": "https://github.com/cloudfoundry/cli",
    "license": "Apache-2.0",
    "architecture": {
        "64bit": {
            "url": "https://cli.run.pivotal.io/stable?release=windows64-exe&version=8.18.3#/dl.7z",
            "hash": "bdbe398ed290b197af48c1254cfcb4496afffe1ded23b46ede4a3cc23718ed3d"
        },
        "32bit": {
            "url": "https://cli.run.pivotal.io/stable?release=windows32-exe&version=8.18.3#/dl.7z",
            "hash": "bc66604370660553d4259877e9344b4fe5fcecb9e2565d6f418f58a74a21309d"
        }
    },
    "bin": "cf.exe",
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://cli.run.pivotal.io/stable?release=windows64-exe&version=$version#/dl.7z"
            },
            "32bit": {
                "url": "https://cli.run.pivotal.io/stable?release=windows32-exe&version=$version#/dl.7z"
            }
        }
    }
}
