From: Alin Serdean Date: Mon, 4 Jan 2016 13:29:55 +0000 (+0000) Subject: Update appveyor OpenSSL link X-Git-Url: http://git.cascardo.eti.br/?a=commitdiff_plain;h=8f1beba75bea1b8151c53740b25c70e982b73e4e;hp=211d89b285da78dad9229bfa2479f9eaa829d9c9;p=cascardo%2Fovs.git Update appveyor OpenSSL link The link of OpenSSL 1_0_2d is no longer available update it to the current version. Signed-off-by: Alin Gabriel Serdean Signed-off-by: Gurucharan Shetty --- diff --git a/appveyor.yml b/appveyor.yml index d3d87b3b6..9efddeb03 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -15,9 +15,9 @@ init: Invoke-WebRequest $source -OutFile $destination - $source = "https://slproweb.com/download/Win32OpenSSL-1_0_2d.exe" + $source = "https://slproweb.com/download/Win32OpenSSL-1_0_2e.exe" - $destination = "C:\ovs-build-downloads\Win32OpenSSL-1_0_2d.exe" + $destination = "C:\ovs-build-downloads\Win32OpenSSL-1_0_2e.exe" Invoke-WebRequest $source -OutFile $destination @@ -27,7 +27,7 @@ init: cd C:\ovs-build-downloads - .\Win32OpenSSL-1_0_2d.exe /silent /verysilent /sp- /suppressmsgboxes + .\Win32OpenSSL-1_0_2e.exe /silent /verysilent /sp- /suppressmsgboxes Start-Sleep -s 30