ojdkbuild9: Update to version 9.0.4-1.b11

This commit is contained in:
Mathias Hermansson 2018-10-26 09:56:43 +02:00
parent 07d58d014b
commit 46a52b26d0

View File

@ -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/(?<version>9[\\d.-]+)/java-(?<short>9[\\d.]*)-openjdk-(?<build>[\\d.-]+)(?<tail>.*).x86_64.zip"
"url": "https://raw.githubusercontent.com/ojdkbuild/ojdkbuild/master/README.md",
"re": "download/(?<version>9[\\d.-]+)/(?<url>java-(?<short>[\\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": {