Skip to content

Commit

Permalink
update known information for WinSCP to version 6.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
striezel committed Sep 19, 2023
1 parent da24ed8 commit cbabad3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions updater/software/WinSCP.cs
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,12 @@ public WinSCP(bool autoGetNewer)
public override AvailableSoftware knownInfo()
{
return new AvailableSoftware("WinSCP",
"6.1.1",
"6.1.2",
"^WinSCP [1-9]+\\.[0-9]+(\\.[0-9]+)?$", null,
new InstallInfoExe(
"https://netcologne.dl.sourceforge.net/project/winscp/WinSCP/6.1.1/WinSCP-6.1.1-Setup.exe",
"https://netcologne.dl.sourceforge.net/project/winscp/WinSCP/6.1.2/WinSCP-6.1.2-Setup.exe",
HashAlgorithm.SHA256,
"81244062a2de4adc52ae10393b7a3a33985a7e5bea376b839ab0477d6c7fd5e1",
"36cc31f0ab65b745f25c7e785df9e72d1c8919d35a1d7bd4ce8050c8c068b13c",
new Signature(publisherX509, certificateExpiration),
"/VERYSILENT /NORESTART"),
// There is no 64 bit installer yet.
Expand Down

0 comments on commit cbabad3

Please sign in to comment.