22 lines
		
	
	
		
			966 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			966 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json
 | |
| PackageIdentifier: AdoptOpenJDK.OpenJDK.16
 | |
| PackageVersion: 16.0.0.36
 | |
| Installers:
 | |
| - Architecture: x64
 | |
|   InstallerUrl: https://github.com/AdoptOpenJDK/openjdk16-binaries/releases/download/jdk-16%2B36/OpenJDK16-jdk_x64_windows_hotspot_16_36.msi
 | |
|   InstallerSha256: 7E10EC7E61BAAD6293C8B2812EEE7D049450602C9493F658F5476C48F0C450B1
 | |
|   ProductCode: "{55E24AB0-65D7-465F-AAE6-36C2D57212B3}"
 | |
|   InstallerType: msi
 | |
|   InstallerSwitches:
 | |
|     Custom: INSTALLLEVEL=3
 | |
| - Architecture: x86
 | |
|   InstallerUrl: https://github.com/AdoptOpenJDK/openjdk16-binaries/releases/download/jdk-16%2B36/OpenJDK16-jdk_x86-32_windows_hotspot_16_36.msi
 | |
|   InstallerSha256: 1513F340858B5CF0DAA63F179E6664AD5B37001EE208897C235834F3DD6CE98B
 | |
|   ProductCode: "{C89677BC-CBB0-4060-8E53-CF9386C390F4}"
 | |
|   InstallerType: msi
 | |
|   InstallerSwitches:
 | |
|     Custom: INSTALLLEVEL=3
 | |
| ManifestType: installer
 | |
| ManifestVersion: 1.0.0
 | |
| 
 |