ScoopInstaller_Main/bucket/cloud-nuke.json
2020-10-17 11:06:53 +02:00

32 lines
1.3 KiB
JSON

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