build windows: Update OpenSSL download link
authorAlin Serdean <aserdean@cloudbasesolutions.com>
Wed, 23 Mar 2016 20:42:19 +0000 (20:42 +0000)
committerBen Pfaff <blp@ovn.org>
Wed, 23 Mar 2016 20:53:15 +0000 (13:53 -0700)
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>
appveyor.yml

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