ojdkbuild: Update to version 10.0.2-1.b13

This commit is contained in:
Mathias Hermansson 2018-10-26 09:56:40 +02:00
parent 063603cdea
commit 68386df2e7

View File

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