ScoopInstaller_Main/bucket/cloud-nuke.json
2022-01-04 00:32:13 +00:00

32 lines
1.3 KiB
JSON

{
"version": "0.7.3",
"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.7.3/cloud-nuke_windows_amd64.exe#/cloud-nuke.exe",
"hash": "255f6f867777d21566102b22352a14750f6c6ba4f29c91bebc8a652268d539c0"
},
"32bit": {
"url": "https://github.com/gruntwork-io/cloud-nuke/releases/download/v0.7.3/cloud-nuke_windows_386.exe#/cloud-nuke.exe",
"hash": "af5ca1db1cb203c7a8c526077f8383ec6b933d62ee661b937c3971b070572834"
}
},
"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"
}
}
}