2024-12-27 08:30:19 +00:00

34 lines
1.2 KiB
JSON

{
"version": "1.132.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.132.0/atmos_1.132.0_windows_amd64.exe#/atmos.exe",
"hash": "74d027abfdba8663c7c1ba47261dd584c328161998f5ba00ab5ee319373dc909"
},
"32bit": {
"url": "https://github.com/cloudposse/atmos/releases/download/v1.132.0/atmos_1.132.0_windows_386.exe#/atmos.exe",
"hash": "2e94c82279f753d99b9c345457a98ff8bb2f85d4f104272b299788f3d01712ef"
}
},
"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"
}
}
}