ScoopInstaller_Main/bucket/aws-nuke.json
2022-04-28 12:31:11 +00:00

23 lines
826 B
JSON

{
"version": "2.18.1",
"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.18.1/aws-nuke-v2.18.1-windows-amd64.zip",
"hash": "a09cf12b56540fd63b6aef8210441fe16cf1f2ff3666495436479f438783cb0c"
}
},
"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"
}
}
}
}