mirror of
https://github.com/ScoopInstaller/Java.git
synced 2026-08-24 22:49:47 +08:00
33 lines
1.1 KiB
JSON
33 lines
1.1 KiB
JSON
{
|
|
"description": "Official production-ready open-source builds of OpenJDK 12 (Early Access)",
|
|
"homepage": "http://jdk.java.net/12",
|
|
"version": "12-17-ea",
|
|
"license": "GPL-2.0-with-classpath-exception",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://download.java.net/java/early_access/jdk12/17/GPL/openjdk-12-ea+17_windows-x64_bin.zip",
|
|
"hash": "c12daec9fa6bab9797c35cb01f282914f5bed0850647307a6e1117a0b855cd22"
|
|
}
|
|
},
|
|
"extract_dir": "jdk-12",
|
|
"env_add_path": "bin",
|
|
"env_set": {
|
|
"JAVA_HOME": "$dir"
|
|
},
|
|
"checkver": {
|
|
"re": "openjdk-(?<major>[u\\d]+)-ea\\+(?<build>[b\\d]+)_windows-x64_bin.(?<zip>tar.gz|zip)",
|
|
"replace": "${major}-${build}-ea"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://download.java.net/java/early_access/jdk$matchMajor/$matchBuild/GPL/openjdk-$matchMajor-ea+$matchBuild_windows-x64_bin.$matchZip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$url.sha256"
|
|
}
|
|
},
|
|
"notes": "This is an Early-access (EA) release."
|
|
}
|