ScoopInstaller_Main/bucket/cloud-nuke.json
2021-04-06 13:00:39 +00:00

32 lines
1.3 KiB
JSON

{
"version": "0.1.28",
"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.1.28/cloud-nuke_windows_amd64.exe#/cloud-nuke.exe",
"hash": "e2319d1a0a9ba463fe51d4a6c05666c140cd8498d524f2adb79b6a627144b74e"
},
"32bit": {
"url": "https://github.com/gruntwork-io/cloud-nuke/releases/download/v0.1.28/cloud-nuke_windows_386.exe#/cloud-nuke.exe",
"hash": "ac42de63cee236333861bb7ded92da721a3c83a520425346c34f0ee89ee5d034"
}
},
"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"
}
}
}