mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
23 lines
826 B
JSON
23 lines
826 B
JSON
{
|
|
"version": "2.20.0",
|
|
"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.20.0/aws-nuke-v2.20.0-windows-amd64.zip",
|
|
"hash": "8337f29b59439823f9d863f99c916ee10839f0f21fa4ec028f3ca386143b4013"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|