Java/bucket/openjdk19.json

23 lines
836 B
JSON

{
"description": "Official production-ready open-source builds of OpenJDK 19",
"homepage": "https://jdk.java.net/19",
"version": "19.0.2-7",
"license": "GPL-2.0-only WITH Classpath-exception-2.0",
"architecture": {
"64bit": {
"url": "https://download.java.net/java/GA/jdk19.0.2/fdb695a9d9064ad6b064dc6df578380c/7/GPL/openjdk-19.0.2_windows-x64_bin.zip",
"hash": "9f70eba3f2631674a2d7d3aa01150d697f68be16ad76662ff948d7fe1b4985d8"
}
},
"extract_dir": "jdk-19.0.2",
"env_add_path": "bin",
"env_set": {
"JAVA_HOME": "$dir"
},
"checkver": {
"url": "https://api.github.com/repos/openjdk/jdk19u/tags?per_page=100",
"regex": "\"name\":\"jdk-(?<version>19\\.[\\d.]+)\\+(?<build>\\d+)\"",
"replace": "${version}-${build}"
}
}