From 5f0ebbcc6bc8a8f0d2c9c718193e10450152d707 Mon Sep 17 00:00:00 2001 From: Easton Pillay Date: Tue, 27 Oct 2020 22:18:42 -0400 Subject: [PATCH] Added GitHub CLI version 1.2.0. (#4488) --- manifests/GitHub/cli/1.2.0.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 manifests/GitHub/cli/1.2.0.yaml diff --git a/manifests/GitHub/cli/1.2.0.yaml b/manifests/GitHub/cli/1.2.0.yaml new file mode 100644 index 000000000..78af219de --- /dev/null +++ b/manifests/GitHub/cli/1.2.0.yaml @@ -0,0 +1,17 @@ +Id: GitHub.cli +Name: GitHub CLI +AppMoniker: gh +Version: 1.2.0 +Publisher: Github Inc. +Author: GitHub +License: Copyright (c) 2019 GitHub Inc. - MIT +LicenseUrl: https://github.com/cli/cli/blob/HEAD/LICENSE +MinOSVersion: 10.0.0.0 +Homepage: https://github.com/cli/cli +Description: GitHub's official command-line tool. +Tags: "GitHub,official,cli,gh,command-line,command line,commandline,utility,tool" +InstallerType: MSI +Installers: + - Arch: x64 + Url: https://github.com/cli/cli/releases/download/v1.2.0/gh_1.2.0_windows_amd64.msi + Sha256: EB3EBF018BEF2AA06907A1D638C90C902228413AB5974FE3E7BEF003B5AA1805 \ No newline at end of file