2024-09-02 20:27:12 +00:00

34 lines
1.2 KiB
JSON

{
"version": "1.88.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.88.0/atmos_1.88.0_windows_amd64.exe#/atmos.exe",
"hash": "956ac2f4863dd85ce0de63e1804d3a2c4e646729708d2a634626f5428748def8"
},
"32bit": {
"url": "https://github.com/cloudposse/atmos/releases/download/v1.88.0/atmos_1.88.0_windows_386.exe#/atmos.exe",
"hash": "941d3b3d00e6e015208f385e6ac32d91e6be3df0719477f0ade60fa3b77c17bb"
}
},
"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"
}
}
}