Skip to content
Open
Changes from all commits
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",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Restore the original description

"homepage": "https://www.microsoft.com/openjdk/",
"version": "21.0.9",
"version": "25.0.1",
"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": {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Restore the arm64 block, and run checkver with version 25.0.0.

"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",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please restore and use ZIP file instad of MSI

"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"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Restore ZIP file

},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://aka.ms/download-jdk/microsoft-jdk-$version-windows-x64.zip"
},
"arm64": {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Restore arm64 block

"url": "https://aka.ms/download-jdk/microsoft-jdk-$version-windows-aarch64.zip"
"url": "https://aka.ms/download-jdk/microsoft-jdk-$version-windows-x64.msi"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Restore ZIP file

}
},
"hash": {
Expand Down