ScoopInstaller_Main/bucket/cloud-nuke.json
2022-06-08 04:31:59 +00:00

32 lines
1.3 KiB
JSON

{
"version": "0.11.8",
"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.11.8/cloud-nuke_windows_amd64.exe#/cloud-nuke.exe",
"hash": "2106c0b57789a25ceacca3b8f01ca703654c131c24b6d455133c5e0d70336be3"
},
"32bit": {
"url": "https://github.com/gruntwork-io/cloud-nuke/releases/download/v0.11.8/cloud-nuke_windows_386.exe#/cloud-nuke.exe",
"hash": "6d657960db7011d38c0b5e6e69fbec016825e44824e20ab7e558782b964e61a4"
}
},
"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"
}
}
}