From 1a9d6c83070fe1fcf0ad20996c02142e9dbc67a8 Mon Sep 17 00:00:00 2001 From: archshift Date: Mon, 15 Jun 2015 12:14:41 -0700 Subject: AppVeyor: update WinSCP download link Goodbye, SourceForge! --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'appveyor.yml') diff --git a/appveyor.yml b/appveyor.yml index 2aaa8485..837551d2 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -40,8 +40,8 @@ after_build: 7z a $BUILD_NAME_NOQT .\build\bin\release\*.exe # Download winscp - Invoke-WebRequest "http://hivelocity.dl.sourceforge.net/project/winscp/WinSCP/5.7/winscp570.zip" -OutFile "winscp570.zip" - 7z e -y winscp570.zip + Invoke-WebRequest "http://winscp.net/download/winscp573.zip" -OutFile "winscp573.zip" + 7z e -y winscp573.zip # Upload to server .\WinSCP.com /command ` -- cgit v1.2.3