Skip to content

Commit 809ac45

Browse files
authored
Update oraclejdk.json
1 parent 938a5d6 commit 809ac45

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

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)