From a1e7df84f67d911a032d3c912891d63889b2a403 Mon Sep 17 00:00:00 2001 From: Easton Pillay Date: Sun, 4 Apr 2021 00:03:24 -0500 Subject: [PATCH] Added x86 architecture for Atom version 1.55.0. (#9702) --- .../Atom/1.55.0/GitHub.Atom.installer.yaml | 25 ++++++++++++++ .../Atom/1.55.0/GitHub.Atom.locale.en-US.yaml | 19 +++++++++++ .../g/GitHub/Atom/1.55.0/GitHub.Atom.yaml | 33 +++---------------- 3 files changed, 48 insertions(+), 29 deletions(-) create mode 100644 manifests/g/GitHub/Atom/1.55.0/GitHub.Atom.installer.yaml create mode 100644 manifests/g/GitHub/Atom/1.55.0/GitHub.Atom.locale.en-US.yaml diff --git a/manifests/g/GitHub/Atom/1.55.0/GitHub.Atom.installer.yaml b/manifests/g/GitHub/Atom/1.55.0/GitHub.Atom.installer.yaml new file mode 100644 index 000000000..1812cd02d --- /dev/null +++ b/manifests/g/GitHub/Atom/1.55.0/GitHub.Atom.installer.yaml @@ -0,0 +1,25 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +PackageIdentifier: GitHub.Atom +PackageVersion: 1.55.0 +FileExtensions: +- txt +- cfg +- ini +- yaml +InstallerSwitches: + Custom: /norestart + Silent: /silent + SilentWithProgress: /silent +InstallerType: exe +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/atom/atom/releases/download/v1.55.0/AtomSetup-x64.exe + InstallerSha256: EF47818F57030BE5F12D0AD878C20BB07A934701E747760CA4AC68907E442A19 + Scope: user +- Architecture: x86 + InstallerUrl: https://github.com/atom/atom/releases/download/v1.55.0/AtomSetup.exe + InstallerSha256: F897ED2DD7F15066A5441DCC768730DDB2B25527DD473266354663B031BEFA01 + Scope: user +ManifestType: installer +ManifestVersion: 1.0.0 + diff --git a/manifests/g/GitHub/Atom/1.55.0/GitHub.Atom.locale.en-US.yaml b/manifests/g/GitHub/Atom/1.55.0/GitHub.Atom.locale.en-US.yaml new file mode 100644 index 000000000..1ff4557da --- /dev/null +++ b/manifests/g/GitHub/Atom/1.55.0/GitHub.Atom.locale.en-US.yaml @@ -0,0 +1,19 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultlocale.1.0.0.schema.json +PackageIdentifier: GitHub.Atom +PackageVersion: 1.55.0 +PackageLocale: en-US +Author: GitHub +Moniker: atom +Tags: +- Text Editor +- IDE +- Development +PackageUrl: https://atom.io +LicenseUrl: https://raw.githubusercontent.com/atom/atom/v1.55.0/LICENSE.md +Publisher: GitHub +PackageName: Atom +License: MIT License +ShortDescription: A hackable text editor for the 21st Century, free and open source. +ManifestType: defaultLocale +ManifestVersion: 1.0.0 + diff --git a/manifests/g/GitHub/Atom/1.55.0/GitHub.Atom.yaml b/manifests/g/GitHub/Atom/1.55.0/GitHub.Atom.yaml index 4ef57c8ea..48cb39893 100644 --- a/manifests/g/GitHub/Atom/1.55.0/GitHub.Atom.yaml +++ b/manifests/g/GitHub/Atom/1.55.0/GitHub.Atom.yaml @@ -1,32 +1,7 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json PackageIdentifier: GitHub.Atom -Publisher: GitHub -PackageName: Atom -Author: GitHub -ShortDescription: A hackable text editor for the 21st Century, free and open source. -Moniker: atom -Tags: -- Text Editor -- IDE -- Development -FileExtensions: -- txt -- cfg -- ini -- yaml -PackageUrl: https://atom.io -License: MIT License -LicenseUrl: https://raw.githubusercontent.com/atom/atom/v1.55.0/LICENSE.md PackageVersion: 1.55.0 -InstallerSwitches: - Custom: /norestart - Silent: /silent - SilentWithProgress: /silent -InstallerType: exe -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/atom/atom/releases/download/v1.55.0/AtomSetup-x64.exe - InstallerSha256: ef47818f57030be5f12d0ad878c20bb07a934701e747760ca4ac68907e442a19 - Scope: user -PackageLocale: en-US -ManifestType: singleton +DefaultLocale: en-US +ManifestType: version ManifestVersion: 1.0.0 +