{
    "version": "3.11.0",
    "description": "NoSQL database designer for Amazon DynamoDB and Amazon Keyspaces",
    "homepage": "https://aws.amazon.com/dynamodb/nosql-workbench/",
    "license": {
        "identifier": "Proprietary",
        "url": "https://aws.amazon.com/nosql/nosql-workbench-license/"
    },
    "architecture": {
        "64bit": {
            "url": "https://s3.amazonaws.com/nosql-workbench/NoSQL%20Workbench-win-3.11.0.exe#/dl.7z",
            "hash": "sha512:e2f405c9769810beca44d842d8c5ffc62d510f3cfc82e4a7d8ad7a642b1b621693324857b22e69bce190644fd2b1cba4338c5441f360a39d2a7a8264b04e31d9",
            "pre_install": [
                "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"",
                "Remove-Item \"$dir\\`$*\", \"$dir\\Uninstall*\" -Recurse"
            ]
        }
    },
    "shortcuts": [
        [
            "NoSQL Workbench.exe",
            "NoSQL Workbench"
        ]
    ],
    "checkver": {
        "url": "https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/WorkbenchDocumentHistory.html",
        "regex": ">([\\d.]+)<"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://s3.amazonaws.com/nosql-workbench/NoSQL%20Workbench-win-$version.exe#/dl.7z"
            }
        },
        "hash": {
            "url": "$url.sha512"
        }
    }
}
