2024-11-14 00:34:59 +00:00

34 lines
1.2 KiB
JSON

{
"version": "1.106.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.106.0/atmos_1.106.0_windows_amd64.exe#/atmos.exe",
"hash": "360e1f79ed6de6635f1e5b758c5890ebe5f8f7bbc065c51a41439acc2c9a07f7"
},
"32bit": {
"url": "https://github.com/cloudposse/atmos/releases/download/v1.106.0/atmos_1.106.0_windows_386.exe#/atmos.exe",
"hash": "6a2a93141092ddcac9c900047ed041ec4f52f8ddd1f3a4d5b9094dead8a0c15f"
}
},
"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"
}
}
}