diff --git a/ojdkbuild9.json b/ojdkbuild9.json index e1719adf7..d4094a5be 100644 --- a/ojdkbuild9.json +++ b/ojdkbuild9.json @@ -1,7 +1,7 @@ { "description": "OpenJDK 9 binaries built using source code from the CentOS project", "homepage": "https://github.com/ojdkbuild/ojdkbuild", - "version": "9.0.4-1", + "version": "9.0.4-1.b11", "license": "GPL-2.0-with-classpath-exception", "architecture": { "64bit": { @@ -20,18 +20,18 @@ "JAVA_HOME": "$dir" }, "checkver": { - "url": "https://github.com/ojdkbuild/ojdkbuild/releases", - "re": "download/(?9[\\d.-]+)/java-(?9[\\d.]*)-openjdk-(?[\\d.-]+)(?.*).x86_64.zip" + "url": "https://raw.githubusercontent.com/ojdkbuild/ojdkbuild/master/README.md", + "re": "download/(?9[\\d.-]+)/(?java-(?[\\d.]+)-openjdk-([\\db.-]+).ojdkbuild.windows).x86_64.zip" }, "autoupdate": { "architecture": { "64bit": { - "url": "https://github.com/ojdkbuild/ojdkbuild/releases/download/$version/java-$matchShort-openjdk-$matchBuild$matchTail.x86_64.zip", - "extract_dir": "java-$matchShort-openjdk-$matchBuild$matchTail.x86_64" + "url": "https://github.com/ojdkbuild/ojdkbuild/releases/download/$matchVersion/$matchUrl.x86_64.zip", + "extract_dir": "$matchUrl.x86_64" }, "32bit": { - "url": "https://github.com/ojdkbuild/ojdkbuild/releases/download/$version/java-$matchShort-openjdk-$matchBuild$matchTail.x86.zip", - "extract_dir": "java-$matchShort-openjdk-$matchBuild$matchTail.x86" + "url": "https://github.com/ojdkbuild/ojdkbuild/releases/download/$matchVersion/$matchUrl.x86.zip", + "extract_dir": "$matchUrl.x86" } }, "hash": {