From 741db6798c5d47dc70abd2ebc68c3dd71f172618 Mon Sep 17 00:00:00 2001 From: archshift Date: Sun, 21 Jun 2015 12:59:55 -0700 Subject: AppVeyor: update WinSCP download link with one that should never expire --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'appveyor.yml') diff --git a/appveyor.yml b/appveyor.yml index 8b420f20..aef2d6f7 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -40,7 +40,7 @@ after_build: 7z a $BUILD_NAME_NOQT .\build\bin\release\*.exe # Download winscp - Invoke-WebRequest "https://cdn.winscp.net/files/winscp573.zip?secure=yE1jHlRoBZTA0htWnu1OVQ==,1434405422" -OutFile "winscp573.zip" + Invoke-WebRequest "http://iweb.dl.sourceforge.net/project/winscp/WinSCP/5.7.3/winscp573.zip" -OutFile "winscp573.zip" 7z e -y winscp573.zip # Upload to server -- cgit v1.2.3