ScoopInstaller_Main/bucket/cloud-nuke.json
2023-05-09 20:26:07 +00:00

32 lines
1.3 KiB
JSON

{
"version": "0.31.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.31.0/cloud-nuke_windows_amd64.exe#/cloud-nuke.exe",
"hash": "042d55a64c5bc59f7f2e9226a59cfa7621bc97a7ef6a8c45541e525fc15b6369"
},
"32bit": {
"url": "https://github.com/gruntwork-io/cloud-nuke/releases/download/v0.31.0/cloud-nuke_windows_386.exe#/cloud-nuke.exe",
"hash": "5316f8224fe6e498966ea158dce90b885d9eaf53f8bfaa9d9d9e37ecf0239289"
}
},
"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"
}
}
}