ScoopInstaller_Main/bucket/aws-nuke.json
2025-05-12 20:29:32 +00:00

27 lines
845 B
JSON

{
"version": "3.52.2",
"description": "Allows deleting all resources of an AWS account.",
"homepage": "https://aws-nuke.ekristen.dev/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/ekristen/aws-nuke/releases/download/v3.52.2/aws-nuke-v3.52.2-windows-amd64.zip",
"hash": "6922f02c3453a35ed85cf59606872405daf6795927dfeb6262c8a50e5354aa6f"
}
},
"bin": "aws-nuke.exe",
"checkver": {
"github": "https://github.com/ekristen/aws-nuke"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/ekristen/aws-nuke/releases/download/v$version/aws-nuke-v$version-windows-amd64.zip"
}
},
"hash": {
"url": "$baseurl/checksums.txt"
}
}
}