2025-02-05 16:31:05 +00:00

34 lines
1.2 KiB
JSON

{
"version": "1.160.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.160.0/atmos_1.160.0_windows_amd64.exe#/atmos.exe",
"hash": "444e552d3d6ec077f9d238897e2a2fb28422ea4090f09028b2e23575da405d0b"
},
"32bit": {
"url": "https://github.com/cloudposse/atmos/releases/download/v1.160.0/atmos_1.160.0_windows_386.exe#/atmos.exe",
"hash": "45de9ad9bcad0269a5c6cf97001c1e28149ccc756bddfc078c8d91862fbdebfd"
}
},
"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"
}
}
}