ScoopInstaller_Main/bucket/aws-nuke.json
2025-05-14 20:27:16 +00:00

27 lines
845 B
JSON

{
"version": "3.54.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.54.0/aws-nuke-v3.54.0-windows-amd64.zip",
"hash": "304c9fbc38fca94adad04df464450599c54516b38fb9267306e102a3b04200e5"
}
},
"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"
}
}
}