2024-08-14 20:26:25 +00:00

34 lines
1.2 KiB
JSON

{
"version": "1.86.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.86.0/atmos_1.86.0_windows_amd64.exe#/atmos.exe",
"hash": "8ae8d77218408e5848249323c7bbe533e21bb33c1ef97e075c1f7e159f9c9acb"
},
"32bit": {
"url": "https://github.com/cloudposse/atmos/releases/download/v1.86.0/atmos_1.86.0_windows_386.exe#/atmos.exe",
"hash": "74ecdb26cac6aac8a01fc9032000cb3c2a6059755464bf5321e061e23fd0a21a"
}
},
"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"
}
}
}