mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-04 22:41:20 +00:00
34 lines
1.2 KiB
JSON
34 lines
1.2 KiB
JSON
{
|
|
"version": "1.165.3",
|
|
"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.165.3/atmos_1.165.3_windows_amd64.exe#/atmos.exe",
|
|
"hash": "5e84f1b1f140ff08c1ad691a9beeb88be8784c88b5f379dfa7681eaaac19666a"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/cloudposse/atmos/releases/download/v1.165.3/atmos_1.165.3_windows_386.exe#/atmos.exe",
|
|
"hash": "128270b8d5bff0b9d9cbb6426bbac074ce255630da191cfaa65a5e9bc21d1c0e"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|