Java/ojdkbuild9.json
2018-10-26 09:56:43 +02:00

42 lines
1.7 KiB
JSON

{
"description": "OpenJDK 9 binaries built using source code from the CentOS project",
"homepage": "https://github.com/ojdkbuild/ojdkbuild",
"version": "9.0.4-1.b11",
"license": "GPL-2.0-with-classpath-exception",
"architecture": {
"64bit": {
"url": "https://github.com/ojdkbuild/ojdkbuild/releases/download/9.0.4-1/java-9-openjdk-9.0.4-1.b11.ojdkbuild.windows.x86_64.zip",
"hash": "1333ab5bccc20e9043f0593b001825cbfa141f0e0c850d877af6b8e2c990cb47",
"extract_dir": "java-9-openjdk-9.0.4-1.b11.ojdkbuild.windows.x86_64"
},
"32bit": {
"url": "https://github.com/ojdkbuild/ojdkbuild/releases/download/9.0.4-1/java-9-openjdk-9.0.4-1.b11.ojdkbuild.windows.x86.zip",
"hash": "dc57f1877a65c74d689da09641e3bc05115a1e9835a41470f58f2d4814263a8f",
"extract_dir": "java-9-openjdk-9.0.4-1.b11.ojdkbuild.windows.x86"
}
},
"env_add_path": "bin",
"env_set": {
"JAVA_HOME": "$dir"
},
"checkver": {
"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/$matchVersion/$matchUrl.x86_64.zip",
"extract_dir": "$matchUrl.x86_64"
},
"32bit": {
"url": "https://github.com/ojdkbuild/ojdkbuild/releases/download/$matchVersion/$matchUrl.x86.zip",
"extract_dir": "$matchUrl.x86"
}
},
"hash": {
"url": "$url.sha256"
}
}
}