ScoopInstaller_Main/bucket/aws-nuke.json
2025-10-14 20:30:44 +00:00

27 lines
845 B
JSON

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