mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-16 12:21:30 +00:00
34 lines
1.2 KiB
JSON
34 lines
1.2 KiB
JSON
{
|
|
"version": "1.87.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.87.0/atmos_1.87.0_windows_amd64.exe#/atmos.exe",
|
|
"hash": "dd2fb6b7bbb6a5a8fdb58997a4f2478d0eb7dea4479670dfe81dfa3179905706"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/cloudposse/atmos/releases/download/v1.87.0/atmos_1.87.0_windows_386.exe#/atmos.exe",
|
|
"hash": "d91d453f989bfd1d143237d452dadac24771df300f9fc7cbb283585e4b4b1bb2"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|