mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-07 17:21:20 +00:00
32 lines
1.3 KiB
JSON
32 lines
1.3 KiB
JSON
{
|
|
"version": "0.22.1",
|
|
"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.22.1/cloud-nuke_windows_amd64.exe#/cloud-nuke.exe",
|
|
"hash": "92b04b7c6a7dcd651a4c0e0f489352e791464cc55f95c5d08c5117341c78fff6"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/gruntwork-io/cloud-nuke/releases/download/v0.22.1/cloud-nuke_windows_386.exe#/cloud-nuke.exe",
|
|
"hash": "0181cbed860df8c5ca99bed5dc9096ef45e6cf6a8414a38e20067d7391e5c3c1"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|