Manifests/Win32OpenSSH.json

{
    "Name": "Win32-OpenSSH",
    "Source": "https://github.com/PowerShell/Win32-OpenSSH/",
    "Get": {
        "Uri": "https://api.github.com/repos/PowerShell/Win32-OpenSSH/releases/latest",
        "MatchVersion": "(\\d+(\\.\\d+){1,4}).*",
        "MatchFileTypes": "^(?!.*Symbols).*zip$|.*exe$"
    },
    "Install": {
        "Setup": "OpenSSH*.zip",
        "Preinstall": "Expand-Archive -Path #FileName -DestinationPath #TempPath",
        "Physical": {
            "Arguments": "",
            "PostInstall": []
        },
        "Virtual": {
            "Arguments": "",
            "PostInstall": []
        }
    }
}