2024-10-14 04:29:40 +00:00

34 lines
1.2 KiB
JSON

{
"version": "1.90.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.90.0/atmos_1.90.0_windows_amd64.exe#/atmos.exe",
"hash": "8ececaa47855fe0031298aa5e3587c6284d7c51a253b0cd5bbd512b506db1919"
},
"32bit": {
"url": "https://github.com/cloudposse/atmos/releases/download/v1.90.0/atmos_1.90.0_windows_386.exe#/atmos.exe",
"hash": "5685dd8d8e1b7db4fd74d3829dfe55974de445f7b2aa52c4c809f9afecaebcc3"
}
},
"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"
}
}
}