Skip to content

Commit 25703b4

Browse files
authored
Update oraclejdk to 24.0.2, oraclejdk-lts to 21.0.8 (#551)
* Update oraclejdk-lts.json * Update oraclejdk.json
1 parent 2c2afb3 commit 25703b4

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

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": {

bucket/oraclejdk.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/",
4-
"version": "23.0.2",
4+
"version": "24.0.2",
55
"license": "https://www.oracle.com/downloads/licenses/no-fee-license.html",
66
"architecture": {
77
"64bit": {
8-
"url": "https://download.oracle.com/java/23/archive/jdk-23.0.2_windows-x64_bin.zip",
9-
"hash": "480d614c03cb90fbccb37e9e95d45e020ca133d9c40673c61f76540904ef692f"
8+
"url": "https://download.oracle.com/java/24/archive/jdk-24.0.2_windows-x64_bin.zip",
9+
"hash": "662c8db2d7bb99627e4b34e0fd1160ee3d01230dd5ff2efd903528470d0fbe0d"
1010
}
1111
},
12-
"extract_dir": "jdk-23.0.2",
12+
"extract_dir": "jdk-24.0.2",
1313
"env_add_path": "bin",
1414
"env_set": {
1515
"JAVA_HOME": "$dir"
1616
},
1717
"checkver": {
18-
"url": "https://www.oracle.com/java/technologies/downloads",
18+
"url": "https://www.oracle.com/java/technologies/downloads/",
1919
"useragent": "curl/7",
20-
"regex": "JDK Development Kit ([\\d.]+) downloads"
20+
"regex": "Java SE Development Kit ([\\d.]+) downloads"
2121
},
2222
"autoupdate": {
2323
"architecture": {

0 commit comments

Comments
 (0)