Manifests/Cyberduck.json

{
    "Name": "iterate GmbH Cyberduck",
    "Source": "https://cyberduck.io/",
    "Get": {
        "Update": {
            "Uri": {
                "Release": "https://version.cyberduck.io/windows/changelog.rss"
            },
            "ContentType": "text/xml",
            "DatePattern": "dd/MM/yyyy hh:mm tt",
            "MatchUrlPath": "(?<=https://|http://)(.*)"
        }
    },
    "Install": {
        "Setup": "Cyberduck*.exe",
        "Physical": {
            "Arguments": "/install /quiet /norestart",
            "PostInstall": []
        },
        "Virtual": {
            "Arguments": "/install /quiet /norestart",
            "PostInstall": []
        }
    }
}