Manifests/Gpg4win.json

{
    "Name": "Gpg4win",
    "Source": "https://www.gpg4win.org/",
    "Get": {
        "Update": {
            "Uri": "https://files.gpg4win.org/",
            "MatchFile": "^gpg4win-([0-9]|[\\.])+exe$",
            "MatchVersion": "(\\d+(\\.\\d+){1,3})"
        },
        "Download": {
            "Uri": "https://files.gpg4win.org/#version",
            "ReplaceText": "#version",
            "Architecture": "x86"
        }
    },
    "Install": {
        "Setup": "gpg4win-*.exe",
        "Physical": {
            "Arguments": "/S",
            "PostInstall": []
        },
        "Virtual": {
            "Arguments": "/S",
            "PostInstall": []
        }
    }
}