GitHub.cli.installer.yaml 672 B

12345678910111213141516171819202122232425
  1. # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json
  2. PackageIdentifier: GitHub.cli
  3. PackageVersion: 2.11.1
  4. Platform:
  5. - Windows.Desktop
  6. MinimumOSVersion: 10.0.0.0
  7. InstallerType: wix
  8. Scope: machine
  9. InstallModes:
  10. - interactive
  11. - silent
  12. - silentWithProgress
  13. UpgradeBehavior: install
  14. Commands:
  15. - gh
  16. ReleaseDate: 2022-05-24
  17. Installers:
  18. - Architecture: x64
  19. InstallerUrl: https://github.com/cli/cli/releases/download/v2.11.1/gh_2.11.1_windows_amd64.msi
  20. InstallerSha256: F5799CA7A4290C8B57687C64F3B0B40CEF625A8594C9E0DF8A2BF132345F8BF9
  21. ProductCode: "{B1E80266-DE58-4062-A385-4A148BF56BE6}"
  22. ManifestType: installer
  23. ManifestVersion: 1.1.0