ScoopInstaller_Main/bucket/cloud-nuke.json
2020-07-21 19:19:50 +02:00

32 lines
1.3 KiB
JSON

{
"version": "0.1.20",
"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.1.20/cloud-nuke_windows_amd64.exe#/cloud-nuke.exe",
"hash": "b2cf9ac783f9e642882128e00b9621d9974c79268982ea0f4d8f7b25355d1ccc"
},
"32bit": {
"url": "https://github.com/gruntwork-io/cloud-nuke/releases/download/v0.1.20/cloud-nuke_windows_386.exe#/cloud-nuke.exe",
"hash": "35519d113881c6bbf918caef460f0373be13840739b7f3ab254b73cf282144d9"
}
},
"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"
}
}
}