ScoopInstaller_Main/bucket/aws-nuke.json
2025-10-23 00:38:09 +00:00

27 lines
845 B
JSON

{
"version": "3.61.0",
"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.61.0/aws-nuke-v3.61.0-windows-amd64.zip",
"hash": "60c932d875275bc6a99d2db622b045f222404ee360f280f95b601a097c9171e6"
}
},
"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"
}
}
}