ScoopInstaller_Main/bucket/cloud-nuke.json
2019-10-14 19:00:42 +00:00

32 lines
1.3 KiB
JSON

{
"homepage": "https://github.com/gruntwork-io/cloud-nuke",
"license": "MIT",
"description": "A tool for cleaning up your cloud accounts by nuking (deleting) all resources within it",
"version": "0.1.11",
"architecture": {
"32bit": {
"url": "https://github.com/gruntwork-io/cloud-nuke/releases/download/v0.1.11/cloud-nuke_windows_386.exe#/cloud-nuke.exe",
"hash": "147ec2d960df87137f11e117cb3d0bb8a002364cde097ec2eae9986265705164"
},
"64bit": {
"url": "https://github.com/gruntwork-io/cloud-nuke/releases/download/v0.1.11/cloud-nuke_windows_amd64.exe#/cloud-nuke.exe",
"hash": "817becd8fe601022c90ef17795e80bebac455e0e5915d32ac1af69546d242fb1"
}
},
"bin": "cloud-nuke.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"32bit": {
"url": "https://github.com/gruntwork-io/cloud-nuke/releases/download/v$version/cloud-nuke_windows_386.exe#/cloud-nuke.exe"
},
"64bit": {
"url": "https://github.com/gruntwork-io/cloud-nuke/releases/download/v$version/cloud-nuke_windows_amd64.exe#/cloud-nuke.exe"
}
},
"hash": {
"url": "$baseurl/SHA256SUMS"
}
}
}