2025-06-08 04:30:22 +00:00

34 lines
1.2 KiB
JSON

{
"version": "1.179.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.179.0/atmos_1.179.0_windows_amd64.exe#/atmos.exe",
"hash": "155e45967d20fef7f00217b01376342dfa1bba8bda23311c90efff2448e1854d"
},
"32bit": {
"url": "https://github.com/cloudposse/atmos/releases/download/v1.179.0/atmos_1.179.0_windows_386.exe#/atmos.exe",
"hash": "18ba94061184e2af58cb0f0dd580ffb5ce2292135d33be99b5581c4c428a4e8f"
}
},
"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"
}
}
}