mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
32 lines
1.3 KiB
JSON
32 lines
1.3 KiB
JSON
{
|
|
"version": "0.37.2",
|
|
"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.37.2/cloud-nuke_windows_amd64.exe#/cloud-nuke.exe",
|
|
"hash": "d8e2f30840889b1d14341a5e16d6f4a629785ff54dbc57b887e7d717a42ccff8"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/gruntwork-io/cloud-nuke/releases/download/v0.37.2/cloud-nuke_windows_386.exe#/cloud-nuke.exe",
|
|
"hash": "6bca31a64ad72bcf8ae07431130bfad83510a1666323549ebc15ec83dc7a71fc"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|