2025-01-04 04:29:23 +00:00

34 lines
1.2 KiB
JSON

{
"version": "1.135.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.135.0/atmos_1.135.0_windows_amd64.exe#/atmos.exe",
"hash": "a0a335651ce607b09103cdeea1c422f4f7eea2929ca09862ec773267f9d9ae29"
},
"32bit": {
"url": "https://github.com/cloudposse/atmos/releases/download/v1.135.0/atmos_1.135.0_windows_386.exe#/atmos.exe",
"hash": "e76165c9bea3df8977b6a4150910cf8cfe0216ad9574015d90fcd4fac29547df"
}
},
"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"
}
}
}