mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-17 04:41:21 +00:00
aws-nuke: Add version 2.17.0 (#3272)
* added aws-nuke * added bin to autoupdate * pre-install added * reordered json * used github checker instead of regex Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> Co-authored-by: Quadroid <hello@quadroid> Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>
This commit is contained in:
parent
a5665f8125
commit
837bf8c71c
22
bucket/aws-nuke.json
Normal file
22
bucket/aws-nuke.json
Normal file
@ -0,0 +1,22 @@
|
||||
{
|
||||
"version": "2.17.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.17.0/aws-nuke-v2.17.0-windows-amd64.zip",
|
||||
"hash": "fd01b771a8844b031f0a4c79d18c28d32c5ad843ffd87149ade2a84cb85425e5"
|
||||
}
|
||||
},
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user