Java/bucket/temurin18-jre.json
Mateusz Bajorek 7396b0592e
temurin: Add versions 18 and 19 (#429)
Co-authored-by: Mateusz Bajorek <mab@viabill.com>
2022-10-03 14:26:05 +02:00

41 lines
1.7 KiB
JSON

{
"description": "Eclipse Temurin is a runtime provided by Eclipse Adoptium for general use across the Java ecosystem",
"homepage": "https://adoptium.net",
"version": "18.0.2-101",
"license": "GPL-2.0-only WITH Classpath-exception-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/adoptium/temurin18-binaries/releases/download/jdk-18.0.2.1+1/OpenJDK18U-jre_x64_windows_hotspot_18.0.2.1_1.zip",
"hash": "ba7976e86e9a7e27542c7cf9d5081235e603a9be368b6cbd49673b417da544b1"
}
},
"extract_dir": "jdk-18.0.2.1+1-jre",
"env_add_path": "bin",
"env_set": {
"JAVA_HOME": "$dir"
},
"checkver": {
"url": "https://api.adoptium.net/v3/assets/feature_releases/18/ga?jvm_impl=hotspot&heap_size=normal&os=windows&architecture=x64&image_type=jre&project=jdk&vendor=eclipse&page_size=1&sort_order=DESC",
"script": [
"$ver = (json_path $page $..version_data.semver).replace('+', '-')",
"$link = (json_path $page $..release_link).replace('%2B', '+')",
"$name = json_path $page $..binaries[0].package.name",
"Write-Output \"$ver $link $name\""
],
"regex": "(?<ver>.*?) https://github.com/(?<link>.*?)/tag/(?<tag>.*?) (?<name>(?<prefix>OpenJDK[\\dU]*-[dejkr]{3})_x64_(?<suffix>.*))",
"replace": "${ver}"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/$matchLink/download/$matchTag/$matchName"
}
},
"hash": {
"url": "$url.sha256.txt",
"find": "^([a-fA-F0-9]+)\\s"
},
"extract_dir": "$matchTag-jre"
}
}