From 46a52b26d0d80c9e8c62e481ba7677cdfd51e163 Mon Sep 17 00:00:00 2001 From: Mathias Hermansson Date: Fri, 26 Oct 2018 09:56:43 +0200 Subject: [PATCH] ojdkbuild9: Update to version 9.0.4-1.b11 --- ojdkbuild9.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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": {