Skip to content

Commit c22c45a

Browse files
authored
microsoft-lts-jdk: Update to version 25.0.2 (#570)
1 parent 66dcab0 commit c22c45a

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

bucket/microsoft-lts-jdk.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
2-
"description": "The Microsoft Build of OpenJDK is a no-cost long-term supported distribution and Microsoft's way to collaborate and contribute to the Java ecosystem.",
2+
"description": "The Microsoft Build of OpenJDK is a new no-cost long-term supported distribution and Microsoft's new way to collaborate and contribute to the Java ecosystem",
33
"homepage": "https://www.microsoft.com/openjdk/",
4-
"version": "21.0.10",
4+
"version": "25.0.2",
55
"license": "GPL-2.0-only WITH Classpath-exception-2.0",
66
"architecture": {
77
"64bit": {
8-
"url": "https://aka.ms/download-jdk/microsoft-jdk-21.0.10-windows-x64.zip",
9-
"hash": "45a44af1f832e720ea6ad90dd7b2c94a48b2e5bf2fab92b2403e975f78d7d5e1"
8+
"url": "https://aka.ms/download-jdk/microsoft-jdk-25.0.2-windows-x64.zip",
9+
"hash": "38d1a42d189c50b24152014ef131931f25f4cc80400ce618f0477f5e4e5aa252"
1010
},
1111
"arm64": {
12-
"url": "https://aka.ms/download-jdk/microsoft-jdk-21.0.10-windows-aarch64.zip",
13-
"hash": "924c7127929aeb90019c1982a26b0a88337aed00ef333afb0bec28c06a6b5767"
12+
"url": "https://aka.ms/download-jdk/microsoft-jdk-25.0.2-windows-aarch64.zip",
13+
"hash": "e0d9380cf3d0b5efc675664fa0db22cc9eb5d77c4fd2a132f4b58df0608593cf"
1414
}
1515
},
1616
"extract_to": "tmp",
@@ -25,8 +25,8 @@
2525
"JAVA_HOME": "$dir"
2626
},
2727
"checkver": {
28-
"url": "https://docs.microsoft.com/java/openjdk/download",
29-
"regex": "(?<ms>microsoft-jdk-((?<ver>21[\\d.]*?).(?<build>[\\d]+).[\\d]+)-windows-x64).zip"
28+
"url": "https://learn.microsoft.com/en-us/java/openjdk/download",
29+
"regex": "(?<ms>microsoft-jdk-((?<ver>25[\\d.]*?).(?<build>[\\d]+).[\\d]+)-windows-x64).zip"
3030
},
3131
"autoupdate": {
3232
"architecture": {

0 commit comments

Comments
 (0)