ScoopInstaller_Main/bucket/aws-nuke.json
2025-04-29 00:38:54 +00:00

27 lines
845 B
JSON

{
"version": "3.52.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.52.0/aws-nuke-v3.52.0-windows-amd64.zip",
"hash": "238c8e46e55659d86ded842e8a96679beecca640abb2ccc7e8156fa5f76001bb"
}
},
"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"
}
}
}