mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-11 09:51:19 +00:00
34 lines
1.2 KiB
JSON
34 lines
1.2 KiB
JSON
{
|
|
"version": "1.181.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.181.0/atmos_1.181.0_windows_amd64.exe#/atmos.exe",
|
|
"hash": "29c857ee470c60aa579f736a1b9f4955d765031a9cb7a9379c2a244d877df2cf"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/cloudposse/atmos/releases/download/v1.181.0/atmos_1.181.0_windows_386.exe#/atmos.exe",
|
|
"hash": "77465a53ea76771577859873c28190b041f2fecd72e3a8fb896a033f891fe470"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|