22 lines
		
	
	
		
			976 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			976 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json
 | |
| PackageIdentifier: AdoptOpenJDK.OpenJDK.16
 | |
| PackageVersion: 16.0.1.9
 | |
| Installers:
 | |
| - Architecture: x64
 | |
|   InstallerUrl: https://github.com/AdoptOpenJDK/openjdk16-binaries/releases/download/jdk-16.0.1%2B9/OpenJDK16U-jdk_x64_windows_hotspot_16.0.1_9.msi
 | |
|   InstallerSha256: DC898EC3574E08A90F67FA75808954462749C874AB22C860DED6DE051BCC7499
 | |
|   ProductCode: "{2A8E503E-8CAC-4A66-97C3-5186A003681A}"
 | |
|   InstallerType: msi
 | |
|   InstallerSwitches:
 | |
|     Custom: INSTALLLEVEL=3
 | |
| - Architecture: x86
 | |
|   InstallerUrl: https://github.com/AdoptOpenJDK/openjdk16-binaries/releases/download/jdk-16.0.1%2B9/OpenJDK16U-jdk_x86-32_windows_hotspot_16.0.1_9.msi
 | |
|   InstallerSha256: 16357F83E5D6CB246F655E8CB2AABAF672DCCFA10A8466FE2AB699ABC9F9D60E
 | |
|   ProductCode: "{A96C6479-B383-417C-9B10-E5AF620E80B1}"
 | |
|   InstallerType: msi
 | |
|   InstallerSwitches:
 | |
|     Custom: INSTALLLEVEL=3
 | |
| ManifestType: installer
 | |
| ManifestVersion: 1.0.0
 | |
| 
 |