ScoopInstaller_Main/bucket/aws-nuke.json
2026-02-27 00:54:17 +00:00

27 lines
845 B
JSON

{
"version": "3.64.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.64.0/aws-nuke-v3.64.0-windows-amd64.zip",
"hash": "4b44c97fdc55311d19a0a57845a89eac31bb59bb38d98d21d39722c937492f16"
}
},
"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"
}
}
}