mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-10 13:45:16 +00:00
34 lines
1.2 KiB
JSON
34 lines
1.2 KiB
JSON
{
|
|
"version": "1.160.4",
|
|
"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.160.4/atmos_1.160.4_windows_amd64.exe#/atmos.exe",
|
|
"hash": "54dff7178ba05e4420f40cb913ae706859a927bbf0dfb7e01e248cbeded9f4f5"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/cloudposse/atmos/releases/download/v1.160.4/atmos_1.160.4_windows_386.exe#/atmos.exe",
|
|
"hash": "5004e9cf3bd1e88c3adc2bea8d3b742fb87d5ebf1bc6065c779062642510a226"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|