{ "description": "Eclipse Temurin is a runtime provided by Eclipse Adoptium for general use across the Java ecosystem", "homepage": "https://adoptium.net", "version": "25.0.4-7.0.LTS", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { "url": "https://github.com/adoptium/temurin25-binaries/releases/download/jdk-25.0.4+7/OpenJDK25U-jre_x64_windows_hotspot_25.0.4_7.zip", "hash": "5b0d58f043f762fa3ee6cc12b6774b59b245cafdcb357e45ce61f822aa9a56cb" } }, "extract_dir": "jdk-25.0.4+7-jre", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" }, "checkver": { "url": "https://api.adoptium.net/v3/assets/version/%5B8%2C%29?release_type=ga<s=true&jvm_impl=hotspot&heap_size=normal&os=windows&architecture=x64&image_type=jre&project=jdk&vendor=eclipse&page_size=1&sort_order=DESC", "script": [ "$ver = (json_path $page $..version_data.semver).replace('+', '-')", "$link = (json_path $page $..release_link).replace('%2B', '+')", "$name = json_path $page $..binaries[0].package.name", "Write-Output \"$ver $link $name\"" ], "regex": "(?.*?) https://github.com/(?.*?)/tag/(?.*?) (?(?OpenJDK[\\dU]*-[dejkr]{3})_x64_(?.*))", "replace": "${ver}" }, "autoupdate": { "architecture": { "64bit": { "url": "https://github.com/$matchLink/download/$matchTag/$matchName" } }, "hash": { "url": "$url.sha256.txt", "find": "^([a-fA-F0-9]+)\\s" }, "extract_dir": "$matchTag-jre" } }