ScoopInstaller_Main/bucket/cloud-nuke.json
2022-07-15 20:28:21 +00:00

32 lines
1.3 KiB
JSON

{
"version": "0.12.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.12.3/cloud-nuke_windows_amd64.exe#/cloud-nuke.exe",
"hash": "d5eed9ec5f70e7e3b9c26813f4f7b35686fb0b0b9fc38a515cbe338c62276729"
},
"32bit": {
"url": "https://github.com/gruntwork-io/cloud-nuke/releases/download/v0.12.3/cloud-nuke_windows_386.exe#/cloud-nuke.exe",
"hash": "1989cd76c1b8f9cea7e776b19e1ea02fb68982b15c151b967c4f056c9eec7cf0"
}
},
"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"
}
}
}