2024-12-10 16:31:14 +00:00

34 lines
1.2 KiB
JSON

{
"version": "1.122.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.122.0/atmos_1.122.0_windows_amd64.exe#/atmos.exe",
"hash": "f59896f1450fe345ad99cb6c6c226dd85447a356f62f6032c024e117b1b1dca2"
},
"32bit": {
"url": "https://github.com/cloudposse/atmos/releases/download/v1.122.0/atmos_1.122.0_windows_386.exe#/atmos.exe",
"hash": "7207ea164ced8c0c1dd45c191ff6444448a018e82ed6c686afd247d9487a82fc"
}
},
"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"
}
}
}