From de4c2557995e1bb1e26504c94b9301c9654edc94 Mon Sep 17 00:00:00 2001 From: Brandon Smith Date: Sat, 17 Aug 2019 08:51:36 -0400 Subject: [PATCH] cloud-nuke: Add version 0.1.8 (#364) --- bucket/cloud-nuke.json | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 bucket/cloud-nuke.json 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" + } + } +}