-
Notifications
You must be signed in to change notification settings - Fork 105
microsoft-lts-jdk: Update to version 25.0.1 #570
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| 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", | ||
| "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": { | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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", | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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", | ||
|
|
@@ -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" | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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": { | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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" | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Restore ZIP file |
||
| } | ||
| }, | ||
| "hash": { | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Restore the original description