mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-14 15:45:19 +00:00
32 lines
1.3 KiB
JSON
32 lines
1.3 KiB
JSON
{
|
|
"version": "0.11.7",
|
|
"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.11.7/cloud-nuke_windows_amd64.exe#/cloud-nuke.exe",
|
|
"hash": "294e14d97af373cce285c1fc0aedd158ca0877f3c07fe9195ace3a7bf3946654"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/gruntwork-io/cloud-nuke/releases/download/v0.11.7/cloud-nuke_windows_386.exe#/cloud-nuke.exe",
|
|
"hash": "d78a0d8fbf3eeaecb58c706157a47ab5fb421d729fea928ece87b01b70a4bc77"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|