ScoopInstaller_Main/bucket/cloud-nuke.json
2023-04-04 16:27:56 +00:00

32 lines
1.3 KiB
JSON

{
"version": "0.28.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.28.1/cloud-nuke_windows_amd64.exe#/cloud-nuke.exe",
"hash": "e8fce9cc4d7e8575b5d8d27e19dda6690296d9590b3d37fca126b1ce6e04ad1a"
},
"32bit": {
"url": "https://github.com/gruntwork-io/cloud-nuke/releases/download/v0.28.1/cloud-nuke_windows_386.exe#/cloud-nuke.exe",
"hash": "37c67807bb2ece956826690328ee5ed4fafa52ac177e29b0fe32b3150837e455"
}
},
"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"
}
}
}