Manifests/OpenJDK.json

{
    "Name": "OpenJDK",
    "Source": "https://openjdk.java.net/",
    "Get": {
        "Uri": "https://api.github.com/repos/ojdkbuild/ojdkbuild/releases",
        "ContentType": "application/json; charset=utf-8",
        "MatchVersion": ".*[-](\\d+(\\.\\d+){1,4}.*$)"
    },
    "Install": {
        "Setup": "java*.msi",
        "Physical": {
            "Arguments": "",
            "PostInstall": []
        },
        "Virtual": {
            "Arguments": "",
            "PostInstall": []
        }
    }
}