From e4529749d925750e459f3227c206e074d7981d6d Mon Sep 17 00:00:00 2001 From: "Roger A. Light" Date: Sun, 29 Mar 2015 11:41:17 +0100 Subject: [PATCH] Use var for ssl package version. --- appveyor.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 90e8515386..212c888248 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,13 +1,14 @@ environment: CMAKE_ARGS: -DCMAKE_BUILD_TYPE=Release NSIS_ROOT: C:\nsis + SSL_VER: 1_0_2a configuration: - Release install: - - appveyor DownloadFile http://slproweb.com/download/Win32OpenSSL-1_0_2a.exe - - Win32OpenSSL-1_0_2.exe /silent /verysilent /sp- /suppressmsgboxes + - appveyor DownloadFile http://slproweb.com/download/Win32OpenSSL-%SSL_VER%.exe + - Win32OpenSSL-%SSL_VER%.exe /silent /verysilent /sp- /suppressmsgboxes - appveyor DownloadFile ftp://sourceware.org/pub/pthreads-win32/pthreads-w32-2-9-1-release.zip - 7z -y x pthreads-w32-2-9-1-release.zip -oC:\pthreads\ - appveyor DownloadFile "http://sunet.dl.sourceforge.net/project/nsis/NSIS 2/2.46/nsis-2.46-setup.exe" -FileName nsissetup.exe