ScoopInstaller_Main/bucket/cloud-nuke.json
2021-08-11 14:00:36 +00:00

32 lines
1.3 KiB
JSON

{
"version": "0.4.0",
"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.4.0/cloud-nuke_windows_amd64.exe#/cloud-nuke.exe",
"hash": "48a1b1e7bed989badf3f3a3b0c06095ba0e190514fa717b0a688f078a21e9f76"
},
"32bit": {
"url": "https://github.com/gruntwork-io/cloud-nuke/releases/download/v0.4.0/cloud-nuke_windows_386.exe#/cloud-nuke.exe",
"hash": "8a744c7aace88cdfb2b9057a4df6526c824c90bb0ee1ed788d7e8c407fb1f506"
}
},
"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"
}
}
}