2024-12-17 04:31:01 +00:00

34 lines
1.2 KiB
JSON

{
"version": "1.128.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.128.0/atmos_1.128.0_windows_amd64.exe#/atmos.exe",
"hash": "1ad3e092f38ae9e79ea62f4488e0fd401eb01d2f88e133f4e41441aac7077253"
},
"32bit": {
"url": "https://github.com/cloudposse/atmos/releases/download/v1.128.0/atmos_1.128.0_windows_386.exe#/atmos.exe",
"hash": "80a9dab954bfc0e66474347b1285b8341c758de4dc7919b8589802c519cac089"
}
},
"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"
}
}
}