summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorNobuaki Sukegawa <nsuke@apache.org>2016-02-01 22:01:14 +0900
committerNobuaki Sukegawa <nsuke@apache.org>2016-02-03 01:07:42 +0900
commit1ea3ca589f8020526aeeb394185ea651c0e3a9f3 (patch)
tree6c4234b131b2df615a9c354c308e8a17c8a97cd7 /appveyor.yml
parent95c628eade2cff60da14c4e3f132e91ff16c5bc2 (diff)
downloadthrift-1ea3ca589f8020526aeeb394185ea651c0e3a9f3.tar.gz
Update OpenSSL version for Appveyor build
Diffstat (limited to 'appveyor.yml')
-rwxr-xr-xappveyor.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml
index ee114ae01..61c5f9a71 100755
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -40,8 +40,8 @@ install:
- cmake --build . --config release
- cd ..
# OpenSSL
-- appveyor DownloadFile https://slproweb.com/download/Win64OpenSSL-1_0_2e.exe
-- ps: Start-Process Win64OpenSSL-1_0_2e.exe -ArgumentList "/silent /verysilent /sp- /suppressmsgboxes" -Wait
+- appveyor DownloadFile https://slproweb.com/download/Win64OpenSSL-1_0_2f.exe
+- ps: Start-Process Win64OpenSSL-1_0_2f.exe -ArgumentList "/silent /verysilent /sp- /suppressmsgboxes" -Wait
# Libevent
- appveyor DownloadFile https://github.com/libevent/libevent/releases/download/release-2.0.22-stable/libevent-2.0.22-stable.tar.gz
- 7z x libevent-2.0.22-stable.tar.gz -so | 7z x -si -ttar