24 lines
		
	
	
		
			907 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			907 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json
 | |
| PackageIdentifier: Rustlang.rust-gnu
 | |
| PackageVersion: 1.44.0
 | |
| Installers:
 | |
| - Architecture: x64
 | |
|   InstallerUrl: https://static.rust-lang.org/dist/rust-1.44.0-x86_64-pc-windows-gnu.msi
 | |
|   InstallerSha256: 7E2FCF0EA05A3814C6EA10B416E7347113EC6A31701E4A0D4A701020591E91AE
 | |
|   InstallerType: msi
 | |
|   InstallerSwitches:
 | |
|     Silent: /quiet
 | |
|     SilentWithProgress: /quiet /passive
 | |
|   ProductCode: "{F9DB1C82-63E0-40EA-B482-CE110638B932}"
 | |
| - Architecture: x86
 | |
|   InstallerUrl: https://static.rust-lang.org/dist/rust-1.44.0-i686-pc-windows-gnu.msi
 | |
|   InstallerSha256: 9A5AEB018F36A8FF60B003C4CB5AAF3543B885E587E7DED8EE782CF979ACF862
 | |
|   InstallerType: msi
 | |
|   InstallerSwitches:
 | |
|     Silent: /quiet
 | |
|     SilentWithProgress: /quiet /passive
 | |
|   ProductCode: "{8E9B7C5D-EE12-4E37-A3F3-6A7D5515DD70}"
 | |
| ManifestType: installer
 | |
| ManifestVersion: 1.0.0
 | |
| 
 |