ScoopInstaller_Main/bucket/cloud-nuke.json
2023-06-16 00:33:40 +00:00

32 lines
1.3 KiB
JSON

{
"version": "0.31.2",
"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.31.2/cloud-nuke_windows_amd64.exe#/cloud-nuke.exe",
"hash": "ef093879b69a81271daab8dee43501dc7f1a13f9fbd4c97d30a1dd47e83a1c61"
},
"32bit": {
"url": "https://github.com/gruntwork-io/cloud-nuke/releases/download/v0.31.2/cloud-nuke_windows_386.exe#/cloud-nuke.exe",
"hash": "629583f3845ba7c46fb2462bc61dfa4b9a12f00c0b8eaeb9a49a55caba131ad5"
}
},
"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"
}
}
}