ScoopInstaller_Main/bucket/cloud-nuke.json
2022-01-12 20:30:03 +00:00

32 lines
1.3 KiB
JSON

{
"version": "0.8.1",
"description": "A tool for cleaning up your cloud accounts by nuking (deleting) all resources within it",
"homepage": "https://github.com/gruntwork-io/cloud-nuke",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/gruntwork-io/cloud-nuke/releases/download/v0.8.1/cloud-nuke_windows_amd64.exe#/cloud-nuke.exe",
"hash": "cb01c01be0aea12d8a64daced6c2223e705e5881d851df4844bca38a2f7ceb24"
},
"32bit": {
"url": "https://github.com/gruntwork-io/cloud-nuke/releases/download/v0.8.1/cloud-nuke_windows_386.exe#/cloud-nuke.exe",
"hash": "ba107769e66bdd41ad3f35a9cf3c26e09f360bed14326e86c06fa0102170b3b3"
}
},
"bin": "cloud-nuke.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/gruntwork-io/cloud-nuke/releases/download/v$version/cloud-nuke_windows_amd64.exe#/cloud-nuke.exe"
},
"32bit": {
"url": "https://github.com/gruntwork-io/cloud-nuke/releases/download/v$version/cloud-nuke_windows_386.exe#/cloud-nuke.exe"
}
},
"hash": {
"url": "$baseurl/SHA256SUMS"
}
}
}