ScoopInstaller_Main/bucket/aws-nuke.json
2026-02-05 16:35:08 +00:00

27 lines
845 B
JSON

{
"version": "3.63.4",
"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.63.4/aws-nuke-v3.63.4-windows-amd64.zip",
"hash": "b1c66a97cc792c7c64b47d0d387c53517c41cb6c00f47237bb469e0dbb2bdf77"
}
},
"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"
}
}
}