Skip to content

Commit 0787066

Browse files
committed
oraclejdk-26: anchor checkver regex to match only JDK 26
1 parent 3e72ca5 commit 0787066

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

bucket/oraclejdk-26.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"checkver": {
1818
"url": "https://www.oracle.com/java/technologies/downloads/",
1919
"useragent": "curl/7",
20-
"regex": "Java SE Development Kit ([\\d.]+) downloads"
20+
"regex": "Java SE Development Kit 26.([\\d.]+) downloads"
2121
},
2222
"autoupdate": {
2323
"architecture": {
@@ -30,4 +30,4 @@
3030
},
3131
"extract_dir": "jdk-$version"
3232
}
33-
}
33+
}

0 commit comments

Comments
 (0)