summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorAlin Serdean <aserdean@cloudbasesolutions.com>2016-02-11 01:12:46 +0000
committerGurucharan Shetty <guru@ovn.org>2016-02-12 07:37:22 -0800
commit26fb1dd85fdc2c56109a53a00d7bb0e5685456dc (patch)
tree34ead96531bee0aa2ac54a907e28fdf54a6acf75 /appveyor.yml
parent45c4387b2d8d21d09c9ee6b73df5664bfee048a8 (diff)
downloadopenvswitch-26fb1dd85fdc2c56109a53a00d7bb0e5685456dc.tar.gz
build windows: Update OpenSSL download link
This patch updates the appveyor dowload link for OpenSSL prebuilt binaries. Signed-off-by: Alin Gabriel Serdean <aserdean@cloudbasesolutions.com> Signed-off-by: Gurucharan Shetty <guru@ovn.org>
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/appveyor.yml b/appveyor.yml
index de0b4a5b0..24a2814b1 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_2e.exe"
+ $source = "https://slproweb.com/download/Win32OpenSSL-1_0_2f.exe"
- $destination = "C:\ovs-build-downloads\Win32OpenSSL-1_0_2e.exe"
+ $destination = "C:\ovs-build-downloads\Win32OpenSSL-1_0_2f.exe"
Invoke-WebRequest $source -OutFile $destination
@@ -27,7 +27,7 @@ init:
cd C:\ovs-build-downloads
- .\Win32OpenSSL-1_0_2e.exe /silent /verysilent /sp- /suppressmsgboxes
+ .\Win32OpenSSL-1_0_2f.exe /silent /verysilent /sp- /suppressmsgboxes
Start-Sleep -s 30