-
Notifications
You must be signed in to change notification settings - Fork 9
/
atmos.json
33 lines (33 loc) · 1.27 KB
/
atmos.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"version": "1.136.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.136.0/atmos_1.136.0_windows_amd64.exe#/atmos.exe",
"hash": "4649a8bd5ca2a3d10fc418cec3ccee7350a352298bc278ae101e1289754ab916"
},
"32bit": {
"url": "https://github.com/cloudposse/atmos/releases/download/v1.136.0/atmos_1.136.0_windows_386.exe#/atmos.exe",
"hash": "b1f116ee0f08c5911dd781fc786352091ed47e121eb757c7a20d2f2e3f266ead"
}
},
"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"
}
}
}