2025-05-15 20:29:20 +00:00

34 lines
1.2 KiB
JSON

{
"version": "1.175.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.175.0/atmos_1.175.0_windows_amd64.exe#/atmos.exe",
"hash": "60227caa3b50c72274128f9f6e49d877cd768f6bcb3c12bec8a291c3a5f876a4"
},
"32bit": {
"url": "https://github.com/cloudposse/atmos/releases/download/v1.175.0/atmos_1.175.0_windows_386.exe#/atmos.exe",
"hash": "488ed0fce58aa751e7f55c6cd63a9c7b10e70551333c78ccdd7c02377cee0e02"
}
},
"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"
}
}
}