aws-nuke: Update to version 3.51.1 (Close #6632)

This commit is contained in:
HUMORCE 2025-04-24 09:24:24 +00:00
parent 49266926ea
commit 2bc6fb98a8
No known key found for this signature in database
GPG Key ID: FF7A96FF20AE10DC

View File

@ -1,22 +1,26 @@
{
"version": "2.25.0",
"version": "3.51.1",
"description": "Allows deleting all resources of an AWS account.",
"homepage": "https://github.com/rebuy-de/aws-nuke",
"homepage": "https://aws-nuke.ekristen.dev/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/rebuy-de/aws-nuke/releases/download/v2.25.0/aws-nuke-v2.25.0-windows-amd64.zip",
"hash": "d7a8a0e68bfb2c26cf4fa3931d6608828c483fdd7f34f04a2316bde12eb6ea1f"
"url": "https://github.com/ekristen/aws-nuke/releases/download/v3.51.1/aws-nuke-v3.51.1-windows-amd64.zip",
"hash": "e26b4b74ecd4fbcda8035cfefc82c6430fea5114e232b480c78279977a21196d"
}
},
"pre_install": "Rename-Item \"$dir\\aws-nuke-v$version-windows-amd64.exe\" \"$dir\\aws-nuke.exe\"",
"bin": "aws-nuke.exe",
"checkver": "github",
"checkver": {
"github": "https://github.com/ekristen/aws-nuke"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/rebuy-de/aws-nuke/releases/download/v$version/aws-nuke-v$version-windows-amd64.zip"
"url": "https://github.com/ekristen/aws-nuke/releases/download/v$version/aws-nuke-v$version-windows-amd64.zip"
}
},
"hash": {
"url": "$baseurl/checksums.txt"
}
}
}