ScoopInstaller_Main/bucket/cloud-nuke.json
2021-04-15 13:00:24 +00:00

32 lines
1.3 KiB
JSON

{
"version": "0.1.29",
"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.29/cloud-nuke_windows_amd64.exe#/cloud-nuke.exe",
"hash": "9a3f333ff653eb43f6cba57b36b08486852db790c6e4573713babe920cec72d8"
},
"32bit": {
"url": "https://github.com/gruntwork-io/cloud-nuke/releases/download/v0.1.29/cloud-nuke_windows_386.exe#/cloud-nuke.exe",
"hash": "9304841cc11de0340fd7cd3e7b3fe1e9001512fcdddec53f9ff7d3b6bbdb5a47"
}
},
"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"
}
}
}