mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 07:11:21 +00:00
32 lines
1.3 KiB
JSON
32 lines
1.3 KiB
JSON
{
|
|
"version": "0.38.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.38.2/cloud-nuke_windows_amd64.exe#/cloud-nuke.exe",
|
|
"hash": "037fa1e15da90efc463f2a68bc6fe4a7afc1d9b938c9bd45524a50ae03fb4afa"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/gruntwork-io/cloud-nuke/releases/download/v0.38.2/cloud-nuke_windows_386.exe#/cloud-nuke.exe",
|
|
"hash": "a93197fc8a42eb60adfe216116aebe88d35b4a76a7d64cbc147cafeadc6fd6b6"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|