diff --git a/bucket/cloud-nuke.json b/bucket/cloud-nuke.json new file mode 100644 index 0000000000..2f59fe7937 --- /dev/null +++ b/bucket/cloud-nuke.json @@ -0,0 +1,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.8", + "architecture": { + "32bit": { + "url": "https://github.com/gruntwork-io/cloud-nuke/releases/download/v0.1.8/cloud-nuke_windows_386.exe#/cloud-nuke.exe", + "hash": "06f6dd63bbcfef328921c0d71434ae5f5ede537dc33c77fd924543128e72511c" + }, + "64bit": { + "url": "https://github.com/gruntwork-io/cloud-nuke/releases/download/v0.1.8/cloud-nuke_windows_amd64.exe#/cloud-nuke.exe", + "hash": "de92bf711dd9f727d38d6b4491c219af28403f79c66f03ab9262be9f924e3100" + } + }, + "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" + } + } +}