ScoopInstaller_Main/bucket/cloud-nuke.json
2024-12-18 00:37:58 +00:00

32 lines
1.3 KiB
JSON

{
"version": "0.38.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.38.0/cloud-nuke_windows_amd64.exe#/cloud-nuke.exe",
"hash": "82197db9693644cdbc796d7e770bbc49e0bcb68562ce38ab85ffd32e7144bf8b"
},
"32bit": {
"url": "https://github.com/gruntwork-io/cloud-nuke/releases/download/v0.38.0/cloud-nuke_windows_386.exe#/cloud-nuke.exe",
"hash": "5a11dfc08755c7b1580a726a77cf89751b4a5408c6356b01ed7ca93d4ed81529"
}
},
"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"
}
}
}