ScoopInstaller_Main/bucket/cloud-nuke.json
2024-07-05 16:28:29 +00:00

32 lines
1.3 KiB
JSON

{
"version": "0.37.1",
"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.37.1/cloud-nuke_windows_amd64.exe#/cloud-nuke.exe",
"hash": "101fb908f70d5312d38909c76464fd6aee11569b2383e98df24a6a8c16c7123f"
},
"32bit": {
"url": "https://github.com/gruntwork-io/cloud-nuke/releases/download/v0.37.1/cloud-nuke_windows_386.exe#/cloud-nuke.exe",
"hash": "25d413423ce00af7f5246394bfa789685b91f63109efbe3c6171cc891333109f"
}
},
"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"
}
}
}