2024-12-14 04:30:47 +00:00

34 lines
1.2 KiB
JSON

{
"version": "1.123.1",
"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.1/atmos_1.123.1_windows_amd64.exe#/atmos.exe",
"hash": "c6951da1d22ef9bab59ea5f5da70156d909dfe65aa6935fc1051e69c71e515ca"
},
"32bit": {
"url": "https://github.com/cloudposse/atmos/releases/download/v1.123.1/atmos_1.123.1_windows_386.exe#/atmos.exe",
"hash": "7730644621a46d63e816ff359deacd02143f17b4e0705c045100cfc6fc8c9c40"
}
},
"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"
}
}
}