Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 6 additions & 13 deletions bucket/microsoft-lts-jdk.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@
{
"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.",
"description": "Microsoft Build of OpenJDK is a new no-cost long-term supported distribution",
Comment thread
b4imetu marked this conversation as resolved.
Outdated
"homepage": "https://www.microsoft.com/openjdk/",
"version": "21.0.9",
"version": "25.0.1",
Comment thread
coderabbitai[bot] marked this conversation as resolved.
Outdated
"license": "GPL-2.0-only WITH Classpath-exception-2.0",
"architecture": {
"64bit": {
"url": "https://aka.ms/download-jdk/microsoft-jdk-21.0.9-windows-x64.zip",
"hash": "96cda27c4d2171b94125e2c7dedad3d22c8e02f99babfe3369ac52af06b4397a"
},
"arm64": {
Comment thread
b4imetu marked this conversation as resolved.
"url": "https://aka.ms/download-jdk/microsoft-jdk-21.0.9-windows-aarch64.zip",
"hash": "eb446c40cecd0e465bd6496d9a215b285330bf2515525749d870cb2c6799b3a4"
"url": "https://aka.ms/download-jdk/microsoft-jdk-25.0.1-windows-x64.msi",
Comment thread
b4imetu marked this conversation as resolved.
Outdated
"hash": "5ce322c00d8d56b99eeaec7abad6328f2b95f4d22e23558fc23b87464ff27597"
}
},
"extract_to": "tmp",
Expand All @@ -26,15 +22,12 @@
},
"checkver": {
"url": "https://docs.microsoft.com/java/openjdk/download",
"regex": "(?<ms>microsoft-jdk-((?<ver>21[\\d.]*?).(?<build>[\\d]+).[\\d]+)-windows-x64).zip"
"regex": "(?<ms>microsoft-jdk-((?<ver>25[\\d.]*?).(?<build>[\\d]+).[\\d]+)-windows-x64).msi"
Comment thread
b4imetu marked this conversation as resolved.
Outdated
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://aka.ms/download-jdk/microsoft-jdk-$version-windows-x64.zip"
},
"arm64": {
Comment thread
b4imetu marked this conversation as resolved.
"url": "https://aka.ms/download-jdk/microsoft-jdk-$version-windows-aarch64.zip"
"url": "https://aka.ms/download-jdk/microsoft-jdk-$version-windows-x64.msi"
Comment thread
b4imetu marked this conversation as resolved.
Outdated
}
},
"hash": {
Expand Down