ScoopInstaller_Main/bucket/cloud-nuke.json
2022-08-12 20:28:15 +00:00

32 lines
1.3 KiB
JSON

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