diff mbox

[ovs-dev] Update appveyor OpenSSL link

Message ID 1451914209-3892-1-git-send-email-aserdean@cloudbasesolutions.com
State Accepted
Headers show

Commit Message

Alin Serdean Jan. 4, 2016, 1:29 p.m. UTC
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>
---
 appveyor.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Comments

Gurucharan Shetty Jan. 4, 2016, 3:28 p.m. UTC | #1
On 4 January 2016 at 05:29, Alin Serdean <aserdean@cloudbasesolutions.com>
wrote:

> 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>
>

Applied, thanks!
diff mbox

Patch

diff --git a/appveyor.yml b/appveyor.yml
index d3d87b3..9efddeb 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_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