Skip to content

Commit 938a5d6

Browse files
authored
Update oraclejdk-lts.json
1 parent d9ce290 commit 938a5d6

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

bucket/oraclejdk-lts.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
{
22
"description": "Oracle Java Platform, Standard Edition Development Kit (JDK)",
33
"homepage": "https://www.oracle.com/java/technologies/downloads/#java21",
4-
"version": "21.0.7",
4+
"version": "21.0.8",
55
"license": "https://www.oracle.com/downloads/licenses/no-fee-license.html",
66
"architecture": {
77
"64bit": {
8-
"url": "https://download.oracle.com/java/21/archive/jdk-21.0.7_windows-x64_bin.zip",
9-
"hash": "c0ce633915413f91b98add8be040bdf88270e13340d4f63691f029257e4f6433"
8+
"url": "https://download.oracle.com/java/21/archive/jdk-21.0.8_windows-x64_bin.zip",
9+
"hash": "174aaf80b21860657bbc024fcfadf092fc43653a308383ee04b2e5406972cc2a"
1010
}
1111
},
12-
"extract_dir": "jdk-21.0.7",
12+
"extract_dir": "jdk-21.0.8",
1313
"env_add_path": "bin",
1414
"env_set": {
1515
"JAVA_HOME": "$dir"
1616
},
1717
"checkver": {
18-
"url": "https://www.oracle.com/java/technologies/javase/jdk21-archive-downloads.html",
18+
"url": "https://www.oracle.com/java/technologies/javase/21u-relnotes.html",
1919
"useragent": "curl/7",
20-
"regex": "/jdk-([\\d.]+)_windows-x64"
20+
"regex": "<li>JDK ([\\d.]+)"
2121
},
2222
"autoupdate": {
2323
"architecture": {

0 commit comments

Comments
 (0)