build windows: Update OpenSSL download link
authorAlin Serdean <aserdean@cloudbasesolutions.com>
Thu, 11 Feb 2016 01:12:46 +0000 (01:12 +0000)
committerGurucharan Shetty <guru@ovn.org>
Fri, 12 Feb 2016 15:37:22 +0000 (07:37 -0800)
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>
appveyor.yml

index de0b4a5..24a2814 100644 (file)
@@ -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