forked from ScoopInstaller/Main
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcloud-nuke.json
31 lines (31 loc) · 1.27 KB
/
cloud-nuke.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
{
"homepage": "https://github.com/gruntwork-io/cloud-nuke",
"license": "MIT",
"description": "A tool for cleaning up your cloud accounts by nuking (deleting) all resources within it",
"version": "0.1.10",
"architecture": {
"32bit": {
"url": "https://github.com/gruntwork-io/cloud-nuke/releases/download/v0.1.10/cloud-nuke_windows_386.exe#/cloud-nuke.exe",
"hash": "ba89f766421af7935fce6033304e3872d6a930a21d56473322471a201920fcf0"
},
"64bit": {
"url": "https://github.com/gruntwork-io/cloud-nuke/releases/download/v0.1.10/cloud-nuke_windows_amd64.exe#/cloud-nuke.exe",
"hash": "864d9dcb0846b8aebcb68c4fa797db878489a558c6b66aa8f8c018e3818e5020"
}
},
"bin": "cloud-nuke.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"32bit": {
"url": "https://github.com/gruntwork-io/cloud-nuke/releases/download/v$version/cloud-nuke_windows_386.exe#/cloud-nuke.exe"
},
"64bit": {
"url": "https://github.com/gruntwork-io/cloud-nuke/releases/download/v$version/cloud-nuke_windows_amd64.exe#/cloud-nuke.exe"
}
},
"hash": {
"url": "$baseurl/SHA256SUMS"
}
}
}