Added x86 architecture for Git version 2.28.0. (#10224)
This commit is contained in:
15
manifests/g/Git/Git/2.28.0/Git.Git.installer.yaml
Normal file
15
manifests/g/Git/Git/2.28.0/Git.Git.installer.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json
|
||||
PackageIdentifier: Git.Git
|
||||
PackageVersion: 2.28.0
|
||||
Installers:
|
||||
- Architecture: x64
|
||||
InstallerUrl: https://github.com/git-for-windows/git/releases/download/v2.28.0.windows.1/Git-2.28.0-64-bit.exe
|
||||
InstallerSha256: A8EF3311AC0C8747BA2F5AEF3E475AD42FBC084ADA7E6FB5060481A78C1A9CF2
|
||||
InstallerType: inno
|
||||
- Architecture: x86
|
||||
InstallerUrl: https://github.com/git-for-windows/git/releases/download/v2.28.0.windows.1/Git-2.28.0-32-bit.exe
|
||||
InstallerSha256: 9B83B16F1D73212492F21D9BFFE41C4B5CE8393A356AF96BF8271652C04DFE8F
|
||||
InstallerType: inno
|
||||
ManifestType: installer
|
||||
ManifestVersion: 1.0.0
|
||||
|
||||
15
manifests/g/Git/Git/2.28.0/Git.Git.locale.en-US.yaml
Normal file
15
manifests/g/Git/Git/2.28.0/Git.Git.locale.en-US.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultlocale.1.0.0.schema.json
|
||||
PackageIdentifier: Git.Git
|
||||
PackageVersion: 2.28.0
|
||||
PackageLocale: en-US
|
||||
Moniker: git
|
||||
Author: Johannes Schindelin
|
||||
LicenseUrl: https://github.com/git-for-windows/build-extra/blob/main/ReleaseNotes.md#licenses
|
||||
PackageUrl: https://gitforwindows.org/
|
||||
Publisher: Johannes Schindelin
|
||||
PackageName: Git
|
||||
License: (c) 2021 Johannes Schindelin
|
||||
ShortDescription: Git for Windows focuses on offering a lightweight, native set of tools that bring the full feature set of the Git SCM to Windows while providing appropriate user interfaces for experienced Git users and novices alike.
|
||||
ManifestType: defaultLocale
|
||||
ManifestVersion: 1.0.0
|
||||
|
||||
@@ -1,16 +1,7 @@
|
||||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json
|
||||
PackageIdentifier: Git.Git
|
||||
PackageName: Git
|
||||
PackageVersion: 2.28.0
|
||||
Publisher: Git
|
||||
PackageUrl: https://git-scm.com/
|
||||
License: GNU General Public License, version 2
|
||||
LicenseUrl: https://github.com/git-for-windows/git/blob/master/COPYING
|
||||
ShortDescription: Git version control system.
|
||||
InstallerType: inno
|
||||
Installers:
|
||||
- Architecture: x64
|
||||
InstallerUrl: https://github.com/git-for-windows/git/releases/download/v2.28.0.windows.1/Git-2.28.0-64-bit.exe
|
||||
InstallerSha256: a8ef3311ac0c8747ba2f5aef3e475ad42fbc084ada7e6fb5060481a78c1a9cf2
|
||||
PackageLocale: en-US
|
||||
ManifestType: singleton
|
||||
DefaultLocale: en-US
|
||||
ManifestType: version
|
||||
ManifestVersion: 1.0.0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user