ScoopInstaller_Main/bucket/cloud-nuke.json
2021-11-17 01:00:38 +00:00

32 lines
1.3 KiB
JSON

{
"version": "0.7.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.7.1/cloud-nuke_windows_amd64.exe#/cloud-nuke.exe",
"hash": "6c744b7f67304d73589a6cc4b32b3957b8761168e50004a67b5224d179d73b24"
},
"32bit": {
"url": "https://github.com/gruntwork-io/cloud-nuke/releases/download/v0.7.1/cloud-nuke_windows_386.exe#/cloud-nuke.exe",
"hash": "15edf544efd724efa7b3a550288e2f06d72ec4cd3247445647cee30d0db31aef"
}
},
"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"
}
}
}