Java/bucket/openjdk8-redhat-jre.json
2022-07-24 20:17:37 +02:00

32 lines
1.4 KiB
JSON

{
"description": "Unaltered builds from the OpenJDK mercurial JDK8u code stream, built by Red Hat",
"homepage": "https://adoptopenjdk.net/upstream.html",
"version": "8u342-b07",
"license": "GPL-2.0-only WITH Classpath-exception-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/AdoptOpenJDK/openjdk8-upstream-binaries/releases/download/jdk8u342-b07/OpenJDK8U-jre_x64_windows_8u342b07.zip",
"hash": "73531b290c439fb984aef8077f1b0869444578a4316723340837767855045f39"
}
},
"extract_dir": "openjdk-8u342-b07-jre",
"env_add_path": "bin",
"env_set": {
"JAVA_HOME": "$dir"
},
"checkver": {
"url": "https://api.adoptopenjdk.net/v3/assets/feature_releases/8/ga?jvm_impl=hotspot&heap_size=normal&os=windows&architecture=x64&image_type=jre&project=jdk&vendor=openjdk&page_size=1&sort_order=DESC",
"jp": "$..binaries[0].package.link",
"re": "https://github.com/(?<url>.*?(?<tag>jdk(?<major>[\\d]+)(?<update>u[\\d]+)-(?<build>b[\\d]+)(?<patch>[\\d.]*)))/",
"replace": "${major}${update}-${build}${patch}"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/AdoptOpenJDK/openjdk$matchMajor-upstream-binaries/releases/download/jdk$version/OpenJDK$matchMajorU-jre_x64_windows_$matchMajor$matchUpdate$matchBuild.zip"
}
},
"extract_dir": "openjdk-$version-jre"
}
}