Java/bucket/ojdkbuild-jre.json
2022-10-14 18:08:04 +02:00

37 lines
1.5 KiB
JSON

{
"description": "OpenJDK binaries built using source code from the CentOS project",
"homepage": "https://github.com/ojdkbuild/ojdkbuild",
"version": "17.0.3.0.6-1",
"license": "GPL-2.0-only WITH Classpath-exception-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/ojdkbuild/ojdkbuild/releases/download/java-17-openjdk-17.0.3.0.6-1/java-17-openjdk-17.0.3.0.6-1.jre.win.x86_64.zip",
"hash": "c5a7a0663fa46be1e90f4118e5e64faf0df743a594467e91837e7e5aa465f577",
"extract_dir": "java-17-openjdk-17.0.3.0.6-1.jre.win.x86_64"
}
},
"env_add_path": "bin",
"env_set": {
"JAVA_HOME": "$dir"
},
"checkver": {
"url": "https://github.com/ojdkbuild/ojdkbuild/raw/master/README.md",
"regex": "download/java-17-openjdk-([\\d.-]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/ojdkbuild/ojdkbuild/releases/download/java-$majorVersion-openjdk-$version/java-$majorVersion-openjdk-$version.jre.win.x86_64.zip",
"extract_dir": "java-$majorVersion-openjdk-$version.jre.win.x86_64"
}
},
"hash": {
"url": "$url.sha256"
}
},
"notes": [
"WARNING: This older version of the JDK are provided to help developers debug issues.",
"It is not updated with the latest security patches and are not recommended for use in production."
]
}