diff --git a/manifests/Putty/Putty/0.74.yaml b/manifests/Putty/Putty/0.74.yaml new file mode 100644 index 000000000..e7c41b54b --- /dev/null +++ b/manifests/Putty/Putty/0.74.yaml @@ -0,0 +1,38 @@ +# ================== General ================== +Id: PuTTY.PuTTY +Publisher: PuTTY +Name: PuTTY +Author: PuTTY +Description: A free implementation of SSH and Telnet, along with an xterm terminal emulator. +AppMoniker: putty +Tags: putty, telnet, ssh, foss, cross-platform + +# ================== License ================== +Homepage: https://putty.org/ +License: MIT +LicenseUrl: https://www.chiark.greenend.org.uk/~sgtatham/putty/licence.html + +# ================= Installer ================= +MinOSVersion: 10.0.0.0 +#Channel: stable # Channel is not supported in this preview (5/24/2020) +Version: 0.74 + +Switches: + Custom: /norestart + Silent: /quiet /qn + SilentWithProgress: /passive + #Interactive: # Interactive is not supported in this preview (5/24/2020) + #Language: en-US # Language is not supported in this preview (5/24/2020) + +InstallerType: msi +Installers: + - Arch: x64 + Url: https://the.earth.li/~sgtatham/putty/latest/w64/putty-64bit-0.74-installer.msi + Sha256: 2a001dd1c5d81ae1c17db97b0bb6c2c7cada43888d4f30a814c18d55aa28feb6 + #Scope: machine # Scope is not supported in this preview (5/24/2020) + #- Arch: x86 + #Url: https://the.earth.li/~sgtatham/putty/latest/w32/putty-0.74-installer.msi + #Sha256: a630b507d726d7b378f1d82108b99fe7a0cc8713f7182957325ad07cf288228c + #Scope: machine # Scope is not supported in this preview (5/24/2020) + +# ManifestVersion: 0.1.0