mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-17 14:11:19 +00:00
32 lines
1.3 KiB
JSON
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.13",
|
|
"architecture": {
|
|
"32bit": {
|
|
"url": "https://github.com/gruntwork-io/cloud-nuke/releases/download/v0.1.13/cloud-nuke_windows_386.exe#/cloud-nuke.exe",
|
|
"hash": "3148dadcd363748bdbb26b5fc026e7d0271b06d55e4e93ccd4e01acbfb0c10ff"
|
|
},
|
|
"64bit": {
|
|
"url": "https://github.com/gruntwork-io/cloud-nuke/releases/download/v0.1.13/cloud-nuke_windows_amd64.exe#/cloud-nuke.exe",
|
|
"hash": "43edb1ac130ad965dfee57e5d70368e4f8226609fdc6b34285ebbfc303cfc9bb"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|