{
    "version": "1.217.0",
    "description": "Terraform Orchestration Tool for DevOps",
    "homepage": "https://atmos.tools",
    "license": "Apache-2.0",
    "architecture": {
        "64bit": {
            "url": "https://github.com/cloudposse/atmos/releases/download/v1.217.0/atmos_1.217.0_windows_amd64.exe#/atmos.exe",
            "hash": "a690513fddb94f791c84e60d34e23b86115d04091c640d13be7649c90b847182"
        },
        "32bit": {
            "url": "https://github.com/cloudposse/atmos/releases/download/v1.217.0/atmos_1.217.0_windows_386.exe#/atmos.exe",
            "hash": "d27641f187215cc5b31eb5d2910a63402a1fd67f4743d92404bcb24b5a4e7e30"
        }
    },
    "bin": "atmos.exe",
    "checkver": {
        "github": "https://github.com/cloudposse/atmos"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/cloudposse/atmos/releases/download/v$version/atmos_$version_windows_amd64.exe#/atmos.exe"
            },
            "32bit": {
                "url": "https://github.com/cloudposse/atmos/releases/download/v$version/atmos_$version_windows_386.exe#/atmos.exe"
            }
        },
        "hash": {
            "url": "$baseurl/atmos_$version_SHA256SUMS"
        }
    }
}
