{ "description": "Open Source Builds of Zulu With OpenJFX", "homepage": "https://www.azul.com/products/zulu-community/zulufx/", "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-fx-jre11.0.32-win_x64.zip", "hash": "eb49e0c841edc4ddb7aaa366fc9466e69ca9e1789a4681d3d0e1ba5500885d42", "extract_dir": "zulu11.90.19-ca-fx-jre11.0.32-win_x64" }, "32bit": { "url": "https://cdn.azul.com/zulu/bin/zulu11.90.19-ca-fx-jre11.0.32-win_i686.zip", "hash": "ef1e356e1e83916da8b1d19f7245a1d38dcd690d069679256164fc5e429f0a1b", "extract_dir": "zulu11.90.19-ca-fx-jre11.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=jre&javafx_bundled=true&crac_supported=false&release_type=PSU&latest=true&include_fields=sha256_hash&page_size=1", "jsonpath": "$..download_url", "regex": "(?zulu(?[\\d.]+)-ca-fx-jre(?[\\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=jre&javafx_bundled=true&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=jre&javafx_bundled=true&crac_supported=false&release_type=PSU&latest=true&include_fields=sha256_hash&page_size=1", "jp": "$..sha256_hash" } } } } }