summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorAlin Serdean <aserdean@cloudbasesolutions.com>2016-03-23 20:42:19 +0000
committerBen Pfaff <blp@ovn.org>2016-03-23 13:53:15 -0700
commit9a4457eabcc3f78fec4c9e48dc5b60b23479ee59 (patch)
tree9b7c2cb622f1cd7185be9075109bb1dfa19931f5 /appveyor.yml
parent40a75bbf9e8237ddf0bfc9d3320bfc39e389c7eb (diff)
downloadopenvswitch-9a4457eabcc3f78fec4c9e48dc5b60b23479ee59.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: Ben Pfaff <blp@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 24a2814b1..422c4afb5 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_2f.exe"
+ $source = "https://slproweb.com/download/Win32OpenSSL-1_0_2g.exe"
- $destination = "C:\ovs-build-downloads\Win32OpenSSL-1_0_2f.exe"
+ $destination = "C:\ovs-build-downloads\Win32OpenSSL-1_0_2g.exe"
Invoke-WebRequest $source -OutFile $destination
@@ -27,7 +27,7 @@ init:
cd C:\ovs-build-downloads
- .\Win32OpenSSL-1_0_2f.exe /silent /verysilent /sp- /suppressmsgboxes
+ .\Win32OpenSSL-1_0_2g.exe /silent /verysilent /sp- /suppressmsgboxes
Start-Sleep -s 30