2025-01-18 04:29:06 +00:00

34 lines
1.2 KiB
JSON

{
"version": "1.150.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.150.0/atmos_1.150.0_windows_amd64.exe#/atmos.exe",
"hash": "17d6a7a6e8b5b974a2d7068c6d3b2cb0bfbfb96f27ca3605703a16853f98aa37"
},
"32bit": {
"url": "https://github.com/cloudposse/atmos/releases/download/v1.150.0/atmos_1.150.0_windows_386.exe#/atmos.exe",
"hash": "43817d773c57cb0123be2020df5cd3d4565627d4a7c04139d0c5c7f2445d1075"
}
},
"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"
}
}
}