Manifests/HashicorpNomad.json

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