Update appveyor OpenSSL link
authorAlin Serdean <aserdean@cloudbasesolutions.com>
Mon, 4 Jan 2016 13:29:55 +0000 (13:29 +0000)
committerGurucharan Shetty <guru@ovn.org>
Mon, 4 Jan 2016 15:27:53 +0000 (07:27 -0800)
The link of OpenSSL 1_0_2d is no longer available update it to the current
version.

Signed-off-by: Alin Gabriel Serdean <aserdean@cloudbasesolutions.com>
Signed-off-by: Gurucharan Shetty <guru@ovn.org>
appveyor.yml

index d3d87b3..9efddeb 100644 (file)
@@ -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