2025-01-09 00:37:59 +00:00

34 lines
1.2 KiB
JSON

{
"version": "1.140.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.140.0/atmos_1.140.0_windows_amd64.exe#/atmos.exe",
"hash": "5ddd6d825f01f40048fa1f3e4e56094d2fc77850a21122fc4874844cb95db388"
},
"32bit": {
"url": "https://github.com/cloudposse/atmos/releases/download/v1.140.0/atmos_1.140.0_windows_386.exe#/atmos.exe",
"hash": "6145eb56fd08d5a3a28b09739a2dd6ad821e6f963a80dee0a8323966a5fe586b"
}
},
"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"
}
}
}