ScoopInstaller_Main/bucket/cloud-nuke.json
2022-04-25 20:28:08 +00:00

32 lines
1.3 KiB
JSON

{
"version": "0.11.4",
"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.11.4/cloud-nuke_windows_amd64.exe#/cloud-nuke.exe",
"hash": "60f9da93766d548f69bd2261a4040d91acb32d5de32ae5b4ccd834a780785bc3"
},
"32bit": {
"url": "https://github.com/gruntwork-io/cloud-nuke/releases/download/v0.11.4/cloud-nuke_windows_386.exe#/cloud-nuke.exe",
"hash": "99d20249048dcb7bfb7d4e71507797f16696429b10299f6e3063c9ea1a13c474"
}
},
"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"
}
}
}