mirror of
https://github.com/ScoopInstaller/Java.git
synced 2026-08-02 16:09:23 +08:00
52 lines
2.4 KiB
JSON
52 lines
2.4 KiB
JSON
{
|
|
"description": "Zulu 11 is a build of OpenJDK 11",
|
|
"homepage": "https://www.azul.com/products/zulu-community/",
|
|
"version": "11.90.19",
|
|
"license": {
|
|
"identifier": "GPL-2.0-only WITH Classpath-exception-2.0",
|
|
"url": "https://www.azulsystems.com/license/zulu_third_party_licenses.html"
|
|
},
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://cdn.azul.com/zulu/bin/zulu11.90.19-ca-jdk11.0.32-win_x64.zip",
|
|
"hash": "700a42d5764b5f41ab43adbfe3e03deac329cc10886f2312a5908fd5a3c78d46",
|
|
"extract_dir": "zulu11.90.19-ca-jdk11.0.32-win_x64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://cdn.azul.com/zulu/bin/zulu11.90.19-ca-jdk11.0.32-win_i686.zip",
|
|
"hash": "bfdca93856cc47b187c1f1394db90dcec3ebef3129c718f9f3fdc3685e04f353",
|
|
"extract_dir": "zulu11.90.19-ca-jdk11.0.32-win_i686"
|
|
}
|
|
},
|
|
"env_add_path": "bin",
|
|
"env_set": {
|
|
"JAVA_HOME": "$dir"
|
|
},
|
|
"checkver": {
|
|
"url": "https://api.azul.com/metadata/v1/zulu/packages/?java_version=11&os=windows&arch=x64&archive_type=zip&java_package_type=jdk&javafx_bundled=false&crac_supported=false&release_type=PSU&latest=true&include_fields=sha256_hash&page_size=1",
|
|
"jsonpath": "$..download_url",
|
|
"regex": "(?<name>zulu(?<version>[\\d.]+)-ca-jdk(?<java>[\\d.]+)-win)_x64.zip",
|
|
"replace": "${version}"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://cdn.azul.com/zulu/bin/$matchName_x64.zip",
|
|
"extract_dir": "$matchName_x64",
|
|
"hash": {
|
|
"url": "https://api.azul.com/metadata/v1/zulu/packages/?java_version=11&os=windows&arch=x64&archive_type=zip&java_package_type=jdk&javafx_bundled=false&crac_supported=false&release_type=PSU&latest=true&include_fields=sha256_hash&page_size=1",
|
|
"jp": "$..sha256_hash"
|
|
}
|
|
},
|
|
"32bit": {
|
|
"url": "https://cdn.azul.com/zulu/bin/$matchName_i686.zip",
|
|
"extract_dir": "$matchName_i686",
|
|
"hash": {
|
|
"url": "https://api.azul.com/metadata/v1/zulu/packages/?java_version=11&os=windows&arch=xi686&archive_type=zip&java_package_type=jdk&javafx_bundled=false&crac_supported=false&release_type=PSU&latest=true&include_fields=sha256_hash&page_size=1",
|
|
"jp": "$..sha256_hash"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|