ScoopInstaller_Main/bucket/cloud-nuke.json
2022-02-02 00:38:23 +00:00

32 lines
1.3 KiB
JSON

{
"version": "0.10.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.10.0/cloud-nuke_windows_amd64.exe#/cloud-nuke.exe",
"hash": "e643c868136d16830b8d78510c89c12a49cc8d02b72ff90cbb5a693a30856f33"
},
"32bit": {
"url": "https://github.com/gruntwork-io/cloud-nuke/releases/download/v0.10.0/cloud-nuke_windows_386.exe#/cloud-nuke.exe",
"hash": "94e4cfd0651b3a429915a7af5eabddd30645389448454f46c102d51fc062393b"
}
},
"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"
}
}
}