From 9e1dc74150ecf7f05ca80e249e8ade4d03694d42 Mon Sep 17 00:00:00 2001 From: Easton Pillay Date: Wed, 7 Apr 2021 14:16:51 -0500 Subject: [PATCH] Added x86 architecture for Git version 2.31.1. (#10233) --- .../g/Git/Git/2.31.1/Git.Git.installer.yaml | 15 +++++++++++++++ .../Git/Git/2.31.1/Git.Git.locale.en-US.yaml | 15 +++++++++++++++ manifests/g/Git/Git/2.31.1/Git.Git.yaml | 19 ++++--------------- 3 files changed, 34 insertions(+), 15 deletions(-) create mode 100644 manifests/g/Git/Git/2.31.1/Git.Git.installer.yaml create mode 100644 manifests/g/Git/Git/2.31.1/Git.Git.locale.en-US.yaml diff --git a/manifests/g/Git/Git/2.31.1/Git.Git.installer.yaml b/manifests/g/Git/Git/2.31.1/Git.Git.installer.yaml new file mode 100644 index 000000000..019cd9f56 --- /dev/null +++ b/manifests/g/Git/Git/2.31.1/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.31.1 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/git-for-windows/git/releases/download/v2.31.1.windows.1/Git-2.31.1-64-bit.exe + InstallerSha256: C43611EB73AD1F17F5C8CC82AE51C3041A2E7279E0197CCF5F739E9129CE426E + InstallerType: inno +- Architecture: x86 + InstallerUrl: https://github.com/git-for-windows/git/releases/download/v2.31.1.windows.1/Git-2.31.1-32-bit.exe + InstallerSha256: 6ABC8C83945EE8046C7337D2376C4DCB1E4D63ED9614E161B42A30A5FE9DC6EC + InstallerType: inno +ManifestType: installer +ManifestVersion: 1.0.0 + diff --git a/manifests/g/Git/Git/2.31.1/Git.Git.locale.en-US.yaml b/manifests/g/Git/Git/2.31.1/Git.Git.locale.en-US.yaml new file mode 100644 index 000000000..e05d4c3df --- /dev/null +++ b/manifests/g/Git/Git/2.31.1/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.31.1 +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.31.1/Git.Git.yaml b/manifests/g/Git/Git/2.31.1/Git.Git.yaml index 9e63c7e9f..b0e59a3f9 100644 --- a/manifests/g/Git/Git/2.31.1/Git.Git.yaml +++ b/manifests/g/Git/Git/2.31.1/Git.Git.yaml @@ -1,18 +1,7 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json PackageIdentifier: Git.Git -PackageName: Git -Moniker: git PackageVersion: 2.31.1 -Publisher: Johannes Schindelin -Author: Johannes Schindelin -License: (c) 2021 Johannes Schindelin -LicenseUrl: https://github.com/git-for-windows/build-extra/blob/main/ReleaseNotes.md#licenses -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. -PackageUrl: https://gitforwindows.org/ -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/git-for-windows/git/releases/download/v2.31.1.windows.1/Git-2.31.1-64-bit.exe - InstallerSha256: c43611eb73ad1f17f5c8cc82ae51c3041a2e7279e0197ccf5f739e9129ce426e - InstallerType: inno -PackageLocale: en-US -ManifestType: singleton +DefaultLocale: en-US +ManifestType: version ManifestVersion: 1.0.0 +