From a15baa558eff7b39a5b5972d183daa3fddeef71b Mon Sep 17 00:00:00 2001 From: ItzLevvie <11600822+ItzLevvie@users.noreply.github.com> Date: Fri, 19 Feb 2021 07:59:03 +0000 Subject: [PATCH] Update GitHub.Atom to 1.54.0 (#7646) --- manifests/GitHub/Atom/1.50.0.yaml | 31 ------------------------------- manifests/GitHub/Atom/1.54.0.yaml | 23 +++++++++++++++++++++++ 2 files changed, 23 insertions(+), 31 deletions(-) delete mode 100644 manifests/GitHub/Atom/1.50.0.yaml create mode 100644 manifests/GitHub/Atom/1.54.0.yaml diff --git a/manifests/GitHub/Atom/1.50.0.yaml b/manifests/GitHub/Atom/1.50.0.yaml deleted file mode 100644 index db201d550..000000000 --- a/manifests/GitHub/Atom/1.50.0.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# ================== General ================== -Id: GitHub.Atom -Publisher: GitHub -Name: Atom -Author: GitHub -Description: A hackable text editor for the 21st Century, free and open source. -AppMoniker: atom -Tags: Text Editor, IDE, Development -FileExtensions: txt, cfg, ini, yaml - -# ================== License ================== -Homepage: https://atom.io -License: MIT License -LicenseUrl: https://github.com/atom/atom/blob/master/LICENSE.md - -# ================= Installer ================= -Version: 1.50.0 - -Switches: - Custom: /norestart - Silent: /silent - SilentWithProgress: /silent - #Interactive: - Language: en-US - -InstallerType: exe -Installers: - - Arch: x64 - Url: https://github.com/atom/atom/releases/download/v1.50.0/AtomSetup-x64.exe - Sha256: 152198adae7dbd46ff292f57fa20064f8e3fbf7e26e5e652af5d11aeb53c605a - Scope: user \ No newline at end of file diff --git a/manifests/GitHub/Atom/1.54.0.yaml b/manifests/GitHub/Atom/1.54.0.yaml new file mode 100644 index 000000000..277000a09 --- /dev/null +++ b/manifests/GitHub/Atom/1.54.0.yaml @@ -0,0 +1,23 @@ +Id: GitHub.Atom +Publisher: GitHub +Name: Atom +Author: GitHub +Description: A hackable text editor for the 21st Century, free and open source. +AppMoniker: atom +Tags: Text Editor, IDE, Development +FileExtensions: txt, cfg, ini, yaml +Homepage: https://atom.io +License: MIT License +LicenseUrl: https://github.com/atom/atom/blob/master/LICENSE.md +Version: 1.54.0 +Switches: + Custom: /norestart + Silent: /silent + SilentWithProgress: /silent + Language: en-US +InstallerType: exe +Installers: + - Arch: x64 + Url: https://github.com/atom/atom/releases/download/v1.54.0/AtomSetup-x64.exe + Sha256: 96ec2fe46ac1333ff3d11b5a77521f81c15d3018c78d7b7a31bb3191200b5fe3 + Scope: user