ScoopInstaller_Main/bucket/cloud-nuke.json
2023-04-19 20:25:10 +00:00

32 lines
1.3 KiB
JSON

{
"version": "0.29.5",
"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.29.5/cloud-nuke_windows_amd64.exe#/cloud-nuke.exe",
"hash": "7e1a3a8c45676333f37b086d0bbbb7c567fa6d59ad641b88708894ead9993ee6"
},
"32bit": {
"url": "https://github.com/gruntwork-io/cloud-nuke/releases/download/v0.29.5/cloud-nuke_windows_386.exe#/cloud-nuke.exe",
"hash": "5a766523e103aec4f37ce57be29c0dc0f6df1770838f3d08bf213314637fcd06"
}
},
"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"
}
}
}