ScoopInstaller_Main/bucket/cloud-nuke.json
2020-03-09 19:01:48 +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.16",
"architecture": {
"32bit": {
"url": "https://github.com/gruntwork-io/cloud-nuke/releases/download/v0.1.16/cloud-nuke_windows_386.exe#/cloud-nuke.exe",
"hash": "468fbbb0cea1b6d593bdc4390943d735e2ffc5ca7a5caed2b99dba60f5e419b1"
},
"64bit": {
"url": "https://github.com/gruntwork-io/cloud-nuke/releases/download/v0.1.16/cloud-nuke_windows_amd64.exe#/cloud-nuke.exe",
"hash": "de9d78e685ede3b8847a6bb785d19bb92806d508a1207d4882a58091ed59e7bf"
}
},
"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"
}
}
}