mirror of
https://github.com/ScoopInstaller/Java.git
synced 2026-08-21 03:22:23 +08:00
34 lines
1.2 KiB
JSON
34 lines
1.2 KiB
JSON
{
|
|
"description": "Zulu is certified build of OpenJDK",
|
|
"homepage": "https://www.azul.com/downloads/zulu/zulu-windows/",
|
|
"version": "11.2.3",
|
|
"license": "https://www.azulsystems.com/license/zulu_third_party_licenses.html",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://cdn.azul.com/zulu/bin/zulu11.2.3-jdk11.0.1-win_x64.zip",
|
|
"hash": "md5:832c447ded3d13f983302c7cbafe2636",
|
|
"extract_dir": "zulu11.2.3-jdk11.0.1-win_x64"
|
|
}
|
|
},
|
|
"env_add_path": "bin",
|
|
"env_set": {
|
|
"JAVA_HOME": "$dir"
|
|
},
|
|
"checkver": {
|
|
"re": "//cdn.azul.com/zulu/bin/(?<name>zulu(?<major>[\\d.]+)-jdk(?<openver>[\\d.]+)-win)_x64.zip",
|
|
"replace": "${major}"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://cdn.azul.com/zulu/bin/$matchName_x64.zip",
|
|
"extract_dir": "$matchName_x64"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "https://www.azul.com/downloads/zulu/zulu-windows/",
|
|
"find": "(?s)Checksum \\(MD5\\): ([a-fA-F0-9]{32})(?:[\\s]*<br><span><a href=\"http(?:[s]?)://cdn.azul.com/zulu/pdf/cert.$basename)"
|
|
}
|
|
}
|
|
}
|