cloud-nuke: Add version 0.1.8 (#364)

This commit is contained in:
Brandon Smith 2019-08-17 08:51:36 -04:00 committed by Richard Kuhnt
parent 10c6f64afd
commit de4c255799

31
bucket/cloud-nuke.json Normal file
View File

@ -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"
}
}
}