From dccfafd41ab6a84835d4f6162e0bf50e6a36ac38 Mon Sep 17 00:00:00 2001 From: Easton Pillay Date: Wed, 7 Apr 2021 12:28:03 -0500 Subject: [PATCH] Added x86 architecture for Git version 2.27.0. (#10223) --- .../g/Git/Git/2.27.0/Git.Git.installer.yaml | 15 +++++++++++++++ .../g/Git/Git/2.27.0/Git.Git.locale.en-US.yaml | 15 +++++++++++++++ manifests/g/Git/Git/2.27.0/Git.Git.yaml | 17 ++++------------- 3 files changed, 34 insertions(+), 13 deletions(-) create mode 100644 manifests/g/Git/Git/2.27.0/Git.Git.installer.yaml create mode 100644 manifests/g/Git/Git/2.27.0/Git.Git.locale.en-US.yaml diff --git a/manifests/g/Git/Git/2.27.0/Git.Git.installer.yaml b/manifests/g/Git/Git/2.27.0/Git.Git.installer.yaml new file mode 100644 index 000000000..bfdb205e7 --- /dev/null +++ b/manifests/g/Git/Git/2.27.0/Git.Git.installer.yaml @@ -0,0 +1,15 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +PackageIdentifier: Git.Git +PackageVersion: 2.27.0 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/git-for-windows/git/releases/download/v2.27.0.windows.1/Git-2.27.0-64-bit.exe + InstallerSha256: 5974DB8C52B32F5E575EE021E8B47948892CE0E760095EEF98C31E3BBD5167B6 + InstallerType: inno +- Architecture: x86 + InstallerUrl: https://github.com/git-for-windows/git/releases/download/v2.27.0.windows.1/Git-2.27.0-32-bit.exe + InstallerSha256: 876EC8B8FC283DDBACAB424379EEB7263E4515C497A208419C4E893DA87499F8 + InstallerType: inno +ManifestType: installer +ManifestVersion: 1.0.0 + diff --git a/manifests/g/Git/Git/2.27.0/Git.Git.locale.en-US.yaml b/manifests/g/Git/Git/2.27.0/Git.Git.locale.en-US.yaml new file mode 100644 index 000000000..31b963e2d --- /dev/null +++ b/manifests/g/Git/Git/2.27.0/Git.Git.locale.en-US.yaml @@ -0,0 +1,15 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultlocale.1.0.0.schema.json +PackageIdentifier: Git.Git +PackageVersion: 2.27.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 + diff --git a/manifests/g/Git/Git/2.27.0/Git.Git.yaml b/manifests/g/Git/Git/2.27.0/Git.Git.yaml index f77f40ae6..1f42e49d3 100644 --- a/manifests/g/Git/Git/2.27.0/Git.Git.yaml +++ b/manifests/g/Git/Git/2.27.0/Git.Git.yaml @@ -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.27.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.27.0.windows.1/Git-2.27.0-64-bit.exe - InstallerSha256: 5974db8c52b32f5e575ee021e8b47948892ce0e760095eef98c31e3bbd5167b6 -PackageLocale: en-US -ManifestType: singleton +DefaultLocale: en-US +ManifestType: version ManifestVersion: 1.0.0 +