From 68386df2e741dc50e2ef30046c24e28b32b8e368 Mon Sep 17 00:00:00 2001 From: Mathias Hermansson Date: Fri, 26 Oct 2018 09:56:40 +0200 Subject: [PATCH] ojdkbuild: Update to version 10.0.2-1.b13 --- ojdkbuild.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/ojdkbuild.json b/ojdkbuild.json index 4a480e851..79f4efe2a 100644 --- a/ojdkbuild.json +++ b/ojdkbuild.json @@ -1,7 +1,7 @@ { "description": "OpenJDK binaries built using source code from the CentOS project", "homepage": "https://github.com/ojdkbuild/ojdkbuild", - "version": "10.0.2-1", + "version": "10.0.2-1.b13", "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/(?[\\d]{2}[\\d.-]+)/java-(?[\\d.]+)-openjdk-(?[\\d.-]+)(?.*).x86_64.zip" + "url": "https://raw.githubusercontent.com/ojdkbuild/ojdkbuild/master/README.md", + "re": "download/(?[\\d]{2}[\\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": {