ScoopInstaller_Main/bucket/cloud-nuke.json
2021-08-24 18:00:34 +00:00

32 lines
1.3 KiB
JSON

{
"version": "0.5.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.5.0/cloud-nuke_windows_amd64.exe#/cloud-nuke.exe",
"hash": "1d59c1c873ec0ca4766e6116013e2d7238c8c5dd87c03d98c06d9f77e6362cc4"
},
"32bit": {
"url": "https://github.com/gruntwork-io/cloud-nuke/releases/download/v0.5.0/cloud-nuke_windows_386.exe#/cloud-nuke.exe",
"hash": "ae739d8ae19d9a5d6a7ebb6a7904445b180388f144d399895532032b6c07a5d4"
}
},
"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"
}
}
}