From eb766b80c14d7fee8e973ff065135ad5e99c545a Mon Sep 17 00:00:00 2001 From: Darren Schroeder <343840+fdncred@users.noreply.github.com> Date: Mon, 10 Aug 2020 12:45:53 -0500 Subject: [PATCH] added pkg_mgr/winget + yaml (#2297) --- pkg_mgrs/winget/0.17.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pkg_mgrs/winget/0.17.yml diff --git a/pkg_mgrs/winget/0.17.yml b/pkg_mgrs/winget/0.17.yml new file mode 100644 index 0000000000..2e3ac01633 --- /dev/null +++ b/pkg_mgrs/winget/0.17.yml @@ -0,0 +1,16 @@ +Id: Nushell.Nushell +Publisher: Nushell +Name: Nushell +Version: 0.17.0 +License: MIT +LicenseUrl: https://github.com/nushell/nushell/blob/main/LICENSE +AppMoniker: nushell +Tags: shell, nu, nushell, functional, data, analysis +Description: Nushell. A new type of shell. +Homepage: https://www.nushell.sh/ +InstallerType: msi +Installers: + - Arch: x64 + Url: https://github.com/nushell/nushell/releases/download/0.17.0/nu_0_17_0_windows.msi + Sha256: 3EF3FCE4069510AD78577DC61E29F3DC02F4A384DE5E2CCD9D9862FC7E4D849E +ManifestVersion: 0.1.0 \ No newline at end of file