From 3f9e60fea12586d32986e0e92d098892aed6acb1 Mon Sep 17 00:00:00 2001 From: Roger Date: Tue, 19 May 2020 12:29:18 -0700 Subject: [PATCH] Add manifest for WinSCP v5.17.5 (#307) * Add manifest for WinSCP v5.17.5 * add silent switch * add silentwithprogress switch bc required even though there isn't one * update download url since the CDN doesn't seem to be working with this tool * updated incorrect SHA256 hash --- manifests/WinSCP/WinSCP/5.17.5.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 manifests/WinSCP/WinSCP/5.17.5.yaml diff --git a/manifests/WinSCP/WinSCP/5.17.5.yaml b/manifests/WinSCP/WinSCP/5.17.5.yaml new file mode 100644 index 000000000..824165f34 --- /dev/null +++ b/manifests/WinSCP/WinSCP/5.17.5.yaml @@ -0,0 +1,18 @@ +Id: WinSCP.WinSCP +Version: 5.17.5 +Name: WinSCP +Publisher: WinSCP +License: GPL +LicenseUrl: https://winscp.net/eng/docs/license +AppMoniker: winscp +Tags: winscp, scp, sftp, ftp, ftps, webdav, s3 +Description: WinSCP is an open source free SFTP client, FTP client, WebDAV client, S3 client and SCP client for Windows. Its main function is file transfer between a local and a remote computer. Beyond this, WinSCP offers scripting and basic file manager functionality. +Homepage: https://winscp.net +Installers: + - Arch: x86 + Url: https://phoenixnap.dl.sourceforge.net/project/winscp/WinSCP/5.17.5/WinSCP-5.17.5-Setup.exe + Sha256: 0F43923EE1AAF92A36ABEADE57CC227F890F3980B42732DCCC7BE7E862AADDFF + InstallerType: exe + Switches: + Silent: /verysilent + SilentWithProgress: /verysilent \ No newline at end of file