2024-10-30 16:30:14 +00:00

34 lines
1.2 KiB
JSON

{
"version": "1.98.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.98.0/atmos_1.98.0_windows_amd64.exe#/atmos.exe",
"hash": "aced6b8cd086f2d6c3003380a42d45ba4cd076272408c8dc455af9e7a66db866"
},
"32bit": {
"url": "https://github.com/cloudposse/atmos/releases/download/v1.98.0/atmos_1.98.0_windows_386.exe#/atmos.exe",
"hash": "0dd4c6a69c892fce761fddf1c575fc6370f266487260c9670d8abb23505235e2"
}
},
"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"
}
}
}