Skip to content

Commit

Permalink
Updated msft jdk17 for october 2024 psu
Browse files Browse the repository at this point in the history
  • Loading branch information
jmjaffe37 committed Oct 21, 2024
1 parent 4a2b22d commit 81dfd78
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Created using wingetcreate 1.6.5.0
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json

PackageIdentifier: Microsoft.OpenJDK.17
PackageVersion: 17.0.13.11
MinimumOSVersion: 10.0.0.0
InstallerType: wix
Scope: machine
InstallModes:
- interactive
- silent
- silentWithProgress
InstallerSwitches:
Custom: ADDLOCAL=FeatureMain,FeatureEnvironment,FeatureJarFileRunWith,FeatureJavaHome
UpgradeBehavior: uninstallPrevious
ElevationRequirement: elevatesSelf
Installers:
- Architecture: x64
InstallerUrl: https://aka.ms/download-jdk/microsoft-jdk-17.0.13-windows-x64.msi#winget
InstallerSha256: 186EF846423E498EF401AAD1FFD92992546AA7E14702FFB90A2389EA51AE1B7A
ProductCode: '{879C3E29-AA5D-4009-B30D-7F4C8EC13044}'
- Architecture: arm64
InstallerUrl: https://aka.ms/download-jdk/microsoft-jdk-17.0.13-windows-aarch64.msi#winget
InstallerSha256: 59B8E6ED72043EF3AC98D7FDFFED5A9816DC312CCF9E3887898EC804592E0A9D
ProductCode: '{383218B3-86F4-4E83-91CD-F15120F43F2A}'
ManifestType: installer
ManifestVersion: 1.6.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Created using wingetcreate 1.6.5.0
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json

PackageIdentifier: Microsoft.OpenJDK.17
PackageVersion: 17.0.13.11
PackageLocale: en-US
Publisher: Microsoft
PublisherUrl: https://www.microsoft.com
PublisherSupportUrl: https://support.microsoft.com
PrivacyUrl: https://privacy.microsoft.com/en-us/privacystatement
Author: Microsoft
PackageName: Microsoft Build of OpenJDK with Hotspot 17
PackageUrl: https://www.microsoft.com/openjdk
License: GPL2 with Classpath Exception
LicenseUrl: https://openjdk.java.net/legal/gplv2+ce.html
ShortDescription: 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.
Moniker: openjdk
Tags:
- "17"
- java
- microsoft-openjdk
- openjdk
ManifestType: defaultLocale
ManifestVersion: 1.6.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Created using wingetcreate 1.6.5.0
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json

PackageIdentifier: Microsoft.OpenJDK.17
PackageVersion: 17.0.13.11
DefaultLocale: en-US
ManifestType: version
ManifestVersion: 1.6.0

0 comments on commit 81dfd78

Please sign in to comment.