ScoopInstaller_Main/bucket/cloud-nuke.json
2023-05-04 16:30:09 +00:00

32 lines
1.3 KiB
JSON

{
"version": "0.30.0",
"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.30.0/cloud-nuke_windows_amd64.exe#/cloud-nuke.exe",
"hash": "e878f903969661a49ad8092ccef88f3cbee29956bbf3ce8e6de4d875b13dbbbd"
},
"32bit": {
"url": "https://github.com/gruntwork-io/cloud-nuke/releases/download/v0.30.0/cloud-nuke_windows_386.exe#/cloud-nuke.exe",
"hash": "856e3927596ee6a302c5bb1b29696cc6f97babed7c784896536526460be1d0b4"
}
},
"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"
}
}
}