ScoopInstaller_Main/bucket/cloud-nuke.json
2021-11-12 19:01:47 +00:00

32 lines
1.3 KiB
JSON

{
"version": "0.6.0",
"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.6.0/cloud-nuke_windows_amd64.exe#/cloud-nuke.exe",
"hash": "1dd0670486aed48b0d7a21f66f8d873e4921960f3fdcc8f8424ef4ed53729337"
},
"32bit": {
"url": "https://github.com/gruntwork-io/cloud-nuke/releases/download/v0.6.0/cloud-nuke_windows_386.exe#/cloud-nuke.exe",
"hash": "a877a68b41b834a1284cc2c9aa2f8813e8b35a18031d9106ad7abbe1c75dc3fa"
}
},
"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"
}
}
}