2024-12-05 20:30:14 +00:00

34 lines
1.2 KiB
JSON

{
"version": "1.116.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.116.0/atmos_1.116.0_windows_amd64.exe#/atmos.exe",
"hash": "72967f7b18ddb7a7b3ff61ce45152d327e1f9d43f8686cf80ae18405dd680c65"
},
"32bit": {
"url": "https://github.com/cloudposse/atmos/releases/download/v1.116.0/atmos_1.116.0_windows_386.exe#/atmos.exe",
"hash": "0a04214d5681848956179128e99f75402c25ffa766553199f1822135b3bd3d50"
}
},
"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"
}
}
}