appveyor: Renew SSL link.
authorAlin Serdean <aserdean@cloudbasesolutions.com>
Fri, 28 Aug 2015 21:11:21 +0000 (21:11 +0000)
committerGurucharan Shetty <gshetty@nicira.com>
Fri, 28 Aug 2015 21:41:36 +0000 (14:41 -0700)
1_0_2a version not available for download.

Signed-off-by: Alin Gabriel Serdean <aserdean@cloudbasesolutions.com>
Signed-off-by: Gurucharan Shetty <gshetty@nicira.com>
appveyor.yml

index 370de3f..d3d87b3 100644 (file)
@@ -15,9 +15,9 @@ init:
 
     Invoke-WebRequest $source -OutFile $destination
 
-    $source = "https://slproweb.com/download/Win32OpenSSL-1_0_2a.exe"
+    $source = "https://slproweb.com/download/Win32OpenSSL-1_0_2d.exe"
 
-    $destination = "C:\ovs-build-downloads\Win32OpenSSL-1_0_2a.exe"
+    $destination = "C:\ovs-build-downloads\Win32OpenSSL-1_0_2d.exe"
 
     Invoke-WebRequest $source -OutFile $destination
 
@@ -27,7 +27,7 @@ init:
 
     cd C:\ovs-build-downloads
 
-    .\Win32OpenSSL-1_0_2a.exe /silent /verysilent /sp- /suppressmsgboxes
+    .\Win32OpenSSL-1_0_2d.exe /silent /verysilent /sp- /suppressmsgboxes
 
     Start-Sleep -s 30