ScoopInstaller_Main/bucket/aws-nuke.json
2025-08-29 00:38:21 +00:00

27 lines
845 B
JSON

{
"version": "3.58.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.58.0/aws-nuke-v3.58.0-windows-amd64.zip",
"hash": "e0187eb2e401e087c4bdb9eebc771248d3bf6568693483cf7e94da7f1c62b02a"
}
},
"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"
}
}
}