2024-12-12 04:30:19 +00:00

34 lines
1.2 KiB
JSON

{
"version": "1.123.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.123.0/atmos_1.123.0_windows_amd64.exe#/atmos.exe",
"hash": "59437646c9f3afb2f4bb8c04e9d6cd345d95069ed8249980cbc167024639d1f6"
},
"32bit": {
"url": "https://github.com/cloudposse/atmos/releases/download/v1.123.0/atmos_1.123.0_windows_386.exe#/atmos.exe",
"hash": "0a5e35ed79642cc8b07beac3bd78de4c598117283348463be9e6cfb6173bed90"
}
},
"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"
}
}
}