ScoopInstaller_Main/bucket/cloud-nuke.json
2023-04-05 16:29:33 +00:00

32 lines
1.3 KiB
JSON

{
"version": "0.29.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.29.0/cloud-nuke_windows_amd64.exe#/cloud-nuke.exe",
"hash": "9128e7526f841b870b81e47cecff3c4914c85921b407c47488b92a4ef7f70ec2"
},
"32bit": {
"url": "https://github.com/gruntwork-io/cloud-nuke/releases/download/v0.29.0/cloud-nuke_windows_386.exe#/cloud-nuke.exe",
"hash": "11acae875e35dd154d63de7ed2e4d43ab25ba3b8ff938965fd007f076706cccd"
}
},
"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"
}
}
}