Manifests/HashicorpVault.json

{
    "Name": "Hashicorp Vault",
    "Source": "https://www.vaultproject.io/",
    "Get": {
        "Update": {
            "Uri": "https://api.github.com/repos/hashicorp/vault/releases/latest",
            "MatchVersion": "(\\d+(\\.\\d+){1,4}).*",
            "MatchFileTypes": "\\.exe$"
        },
        "Download": {
            "Uri": {
                "x64": "https://releases.hashicorp.com/vault/#version/vault_#version_windows_amd64.zip",
                "x86": "https://releases.hashicorp.com/vault/#version/vault_#version_windows_386.zip"
            },
            "ReplaceText": "#version"
        }
    },
    "Install": {
        "Setup": "vault*.zip",
        "Physical": {
            "Arguments": "",
            "PostInstall": []
        },
        "Virtual": {
            "Arguments": "",
            "PostInstall": []
        }
    }
}