ScoopInstaller_Main/bucket/aws-nuke.json
2025-06-09 16:30:24 +00:00

27 lines
845 B
JSON

{
"version": "3.56.1",
"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.1/aws-nuke-v3.56.1-windows-amd64.zip",
"hash": "d9755318aa7ce12a54a318bc4f3624f5b56b31aa60cbdec3dbd03a98c0f538c3"
}
},
"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"
}
}
}