2024-10-16 08:31:10 +00:00

34 lines
1.2 KiB
JSON

{
"version": "1.92.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.92.0/atmos_1.92.0_windows_amd64.exe#/atmos.exe",
"hash": "47a0a5d9125e2eda38f846ba7f272cbc484d2e657e800fdd79e5cd1f3016b218"
},
"32bit": {
"url": "https://github.com/cloudposse/atmos/releases/download/v1.92.0/atmos_1.92.0_windows_386.exe#/atmos.exe",
"hash": "a1e873762628285c01b7c3df0520f61d51c66b14f179c779a1f5b01e1240956e"
}
},
"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"
}
}
}