mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-10 05:35:15 +00:00
34 lines
1.2 KiB
JSON
34 lines
1.2 KiB
JSON
{
|
|
"version": "1.153.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.153.1/atmos_1.153.1_windows_amd64.exe#/atmos.exe",
|
|
"hash": "142c984c17217d7f1553d7f64fc07659a71f3c87b1961f3195b4f0068d22b643"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/cloudposse/atmos/releases/download/v1.153.1/atmos_1.153.1_windows_386.exe#/atmos.exe",
|
|
"hash": "aa0f7be51eb3fba84b164ac8c64ea975cb9442f3d5c8a4a15b713460c47503d3"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|