28 lines
		
	
	
		
			989 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			28 lines
		
	
	
		
			989 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json
 | |
| PackageIdentifier: Git.GitReleaseCandidate
 | |
| PackageVersion: 2.32.0-rc1
 | |
| MinimumOSVersion: 10.0.0.0
 | |
| Commands:
 | |
|   - git
 | |
| InstallModes:
 | |
|   - interactive
 | |
|   - silent
 | |
|   - silentWithProgress
 | |
| Installers:
 | |
|   - Architecture: x64
 | |
|     InstallerType: inno
 | |
|     InstallerUrl: https://github.com/git-for-windows/git/releases/download/v2.32.0-rc1.windows.1/Git-2.32.0-rc1-64-bit.exe
 | |
|     InstallerSha256: b78bfa67b98c27e32d001bc824485803ec5abac1d594a23f3a6a8b2b3256a403
 | |
|     Scope: machine
 | |
|     InstallerLocale: en-US
 | |
|     UpgradeBehavior: install
 | |
|   - Architecture: x86
 | |
|     InstallerType: inno
 | |
|     InstallerUrl: https://github.com/git-for-windows/git/releases/download/v2.32.0-rc1.windows.1/Git-2.32.0-rc1-32-bit.exe
 | |
|     InstallerSha256: 7f670aa619cc7ce51ac71180249d88be57fa9225a68a221f9e97e573773292e8
 | |
|     Scope: machine
 | |
|     InstallerLocale: en-US
 | |
|     UpgradeBehavior: install
 | |
| ManifestType: installer
 | |
| ManifestVersion: 1.0.0
 |