ScoopInstaller_Main/bucket/cloud-nuke.json
2022-07-21 20:28:47 +00:00

32 lines
1.3 KiB
JSON

{
"version": "0.16.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.16.0/cloud-nuke_windows_amd64.exe#/cloud-nuke.exe",
"hash": "76ba48d27399c38e040b80be49b977aa075940551518b82f734c999c9052bda4"
},
"32bit": {
"url": "https://github.com/gruntwork-io/cloud-nuke/releases/download/v0.16.0/cloud-nuke_windows_386.exe#/cloud-nuke.exe",
"hash": "00e4db28f66d4d64f55fd83915ba2714526a7ebdb80b178c5c91c2bbbeb7d5ed"
}
},
"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"
}
}
}