update appveyor to get win openssl from own server
authorAndy Green <andy.green@linaro.org>
Sat, 14 Nov 2015 07:58:25 +0000 (15:58 +0800)
committerAndy Green <andy.green@linaro.org>
Sat, 14 Nov 2015 08:33:21 +0000 (16:33 +0800)
slproweb is down

Signed-off-by: Andy Green <andy.green@linaro.org>
appveyor.yml

index 50caf86..018cad5 100644 (file)
@@ -14,7 +14,7 @@ environment:
     - LWS_METHOD: nossl
       CMAKE_ARGS: -DLWS_WITH_SSL=OFF
 install:
-  - appveyor DownloadFile https://slproweb.com/download/Win32OpenSSL-1_0_2d.exe
+  - appveyor DownloadFile https://libwebsockets.org/Win32OpenSSL-1_0_2d.exe
   - Win32OpenSSL-1_0_2d.exe /silent /verysilent /sp- /suppressmsgboxes
   - cinst -y nsis
   - SET PATH=C:\Program Files\NSIS\;C:\Program Files (x86)\NSIS\;%PATH%