Java/openjdk10.json
Mathias Hermansson 1ee595edcb Initial commit
2018-09-06 15:29:25 +02:00

33 lines
1.1 KiB
JSON

{
"description": "Official production-ready open-source builds of OpenJDK 10",
"homepage": "http://jdk.java.net/10",
"version": "10.0.2-13",
"license": "GPL-2.0-with-classpath-exception",
"architecture": {
"64bit": {
"url": "https://download.java.net/java/GA/jdk10/10.0.2/19aef61b38124481863b1413dce1855f/13/openjdk-10.0.2_windows-x64_bin.tar.gz",
"hash": "d6fadd228b195f754d3bb74cb7dce7a7fdbce58963257ba2ab63a923301bc2dd"
}
},
"extract_dir": "jdk-10.0.2",
"env_add_path": "bin",
"env_set": {
"JAVA_HOME": "$dir"
},
"checkver": {
"re": "https://download.java.net/java/GA/jdk10/(?<version>[\\d.]+)/(?<random>[a-fA-F0-9]{32})/(?<build>[\\d]+)/",
"replace": "${version}-${build}"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://download.java.net/java/GA/jdk10/$matchVersion/$matchRandom/$matchBuild/openjdk-$matchVersion_windows-x64_bin.tar.gz"
}
},
"extract_dir": "jdk-$matchVersion",
"hash": {
"url": "$url.sha256"
}
}
}