Manifests/HashicorpBoundary.json

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