ScoopInstaller_Main/bucket/aws-nuke.json
2023-08-23 16:27:08 +00:00

23 lines
826 B
JSON

{
"version": "2.24.2",
"description": "Allows deleting all resources of an AWS account.",
"homepage": "https://github.com/rebuy-de/aws-nuke",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/rebuy-de/aws-nuke/releases/download/v2.24.2/aws-nuke-v2.24.2-windows-amd64.zip",
"hash": "655f00fabbed946ae5e0b49f5cb8cbc1e8cdf5a42b4b8c430b2982a07510e3da"
}
},
"pre_install": "Rename-Item \"$dir\\aws-nuke-v$version-windows-amd64.exe\" \"$dir\\aws-nuke.exe\"",
"bin": "aws-nuke.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/rebuy-de/aws-nuke/releases/download/v$version/aws-nuke-v$version-windows-amd64.zip"
}
}
}
}