ScoopInstaller_Main/bucket/aws-nuke.json
2025-10-01 20:29:38 +00:00

27 lines
845 B
JSON

{
"version": "3.60.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.60.0/aws-nuke-v3.60.0-windows-amd64.zip",
"hash": "529cb92fa7afa11aef242b6ad768f71cc2469edfebe219f1de4e4f54b046bafc"
}
},
"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"
}
}
}