From 6211bdde38b59eb374cc5191de0d849e8d48d40d Mon Sep 17 00:00:00 2001 From: Owen Murr Date: Sat, 23 May 2020 23:47:47 +0100 Subject: [PATCH] Added Putty 0.73 (#748) * Added Putty 0.73 * Removed x64 installer Remove x64 installer due to winget not supporting multiple installers --- manifests/Putty/Putty/0.73.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 manifests/Putty/Putty/0.73.yaml diff --git a/manifests/Putty/Putty/0.73.yaml b/manifests/Putty/Putty/0.73.yaml new file mode 100644 index 000000000..55f78f7ef --- /dev/null +++ b/manifests/Putty/Putty/0.73.yaml @@ -0,0 +1,18 @@ +Id: putty.putty +Version: 0.73 +Name: Putty +Publisher: Plex +License: MIT +LicenseUrl: https://www.chiark.greenend.org.uk/~sgtatham/putty/licence.html +AppMoniker: Putty +Tags: Putty +Description: PuTTY is a client program for the SSH, Telnet, Rlogin, and SUPDUP network protocols. +Homepage: https://putty.org/ +Installers: + - Arch: x86 + Url: https://the.earth.li/~sgtatham/putty/latest/w32/putty-0.73-installer.msi + Sha256: 6B3200D2FF2E5CF0CF5F8056BEA5F271D8BA202D4057FAC6FE65704475C267A0 + InstallerType: msi + Switches: + Silent: "/quiet" + SilentWithProgress: "/passive"