16 lines
		
	
	
		
			761 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			761 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json
 | |
| PackageIdentifier: AdoptOpenJDK.OpenJDK.8
 | |
| PackageVersion: 8.0.292.10
 | |
| Installers:
 | |
| - Architecture: x64
 | |
|   InstallerUrl: https://github.com/AdoptOpenJDK/openjdk8-binaries/releases/download/jdk8u292-b10/OpenJDK8U-jdk_x64_windows_hotspot_8u292b10.msi
 | |
|   InstallerType: msi
 | |
|   InstallerSha256: F6BD2E351A451B8DC7ED19D44B18A27FF8A0602016625FAC5134C4DEFE5E560C
 | |
| - Architecture: x86
 | |
|   InstallerUrl: https://github.com/AdoptOpenJDK/openjdk8-binaries/releases/download/jdk8u292-b10/OpenJDK8U-jdk_x86-32_windows_hotspot_8u292b10.msi
 | |
|   InstallerType: msi
 | |
|   InstallerSha256: B4077F910A9C612314AB12E9EDA29CCA2658171FE21F14BB5222DD614447C9AD
 | |
| ManifestType: installer
 | |
| ManifestVersion: 1.0.0
 | |
| 
 |