ScoopInstaller_Main/bucket/aws-nuke.json
2025-06-19 16:29:50 +00:00

27 lines
845 B
JSON

{
"version": "3.56.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.56.2/aws-nuke-v3.56.2-windows-amd64.zip",
"hash": "1505c5e59e32dc37ec8e6f565ddcb6250848563553608994bb02794c7b110642"
}
},
"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"
}
}
}