2024-10-21 16:30:07 +00:00

34 lines
1.2 KiB
JSON

{
"version": "1.95.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.95.0/atmos_1.95.0_windows_amd64.exe#/atmos.exe",
"hash": "102cd30d5fb7e1178bbf48cc3a01e2b4ea93d4c12be1bdb76a38615f869036c9"
},
"32bit": {
"url": "https://github.com/cloudposse/atmos/releases/download/v1.95.0/atmos_1.95.0_windows_386.exe#/atmos.exe",
"hash": "8ebcc1628df1410853a0ceeae26ae8399d3933a263a5e7e4242d09f78e762b86"
}
},
"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"
}
}
}