diff --git a/bucket/openjdk18.json b/bucket/openjdk18.json index 176a4a1d088..bf3c58480e8 100644 --- a/bucket/openjdk18.json +++ b/bucket/openjdk18.json @@ -1,32 +1,17 @@ { "description": "Official production-ready open-source builds of OpenJDK 18", "homepage": "https://jdk.java.net/18", - "version": "18.0.2.1-1", + "version": "18.0.2-9", "license": "GPL-2.0-only WITH Classpath-exception-2.0", "architecture": { "64bit": { - "url": "https://download.java.net/java/GA/jdk18.0.2.1/db379da656dc47308e138f21b33976fa/1/GPL/openjdk-18.0.2.1_windows-x64_bin.zip", - "hash": "fc08052175eb2f66cedfcca368ab5d51c55f50d6f440b124e4512499825cb7b1" + "url": "https://download.java.net/java/GA/jdk18.0.2/f6ad4b4450fd4d298113270ec84f30ee/9/GPL/openjdk-18.0.2_windows-x64_bin.zip", + "hash": "441f2bfa18f318995d305d06c2326b1145b27dd08521cef5dacc561867cfee5c" } }, - "extract_dir": "jdk-18.0.2.1", + "extract_dir": "jdk-18.0.2", "env_add_path": "bin", "env_set": { "JAVA_HOME": "$dir" - }, - "checkver": { - "re": "/(?early_access|GA)/(?jdk(?[\\d.]+)(?:.*)?/(?[\\d]+)(?:/GPL|/binaries)?)/(?openjdk-(?[\\d.]+)(?-ea)?(?:\\+[\\d]+)?_windows-x64_bin.(zip|tar.gz))", - "replace": "${version}-${build}${ea}" - }, - "autoupdate": { - "architecture": { - "64bit": { - "url": "https://download.java.net/java/$matchType/$matchPath/$matchFile" - } - }, - "hash": { - "url": "$url.sha256" - }, - "extract_dir": "jdk-$matchVersion" } }