ScoopInstaller_Main/bucket/cloud-nuke.json
2024-03-18 20:25:29 +00:00

32 lines
1.3 KiB
JSON

{
"version": "0.34.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.34.0/cloud-nuke_windows_amd64.exe#/cloud-nuke.exe",
"hash": "db6acd74e2bf36f6da9c2730aee6d7a9fdbfa7d3c73407a583f4ed9d4d58ed13"
},
"32bit": {
"url": "https://github.com/gruntwork-io/cloud-nuke/releases/download/v0.34.0/cloud-nuke_windows_386.exe#/cloud-nuke.exe",
"hash": "49cfc1b37ff63d8cd79353d7af76b8786aaeaf10bc8aafb8a190be95d1353cea"
}
},
"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"
}
}
}