diff options
| author | 2017-11-05 19:58:44 -0500 | |
|---|---|---|
| committer | 2017-11-05 19:58:44 -0500 | |
| commit | 33fcac55574a004e4ae793f595af0e20406bc522 (patch) | |
| tree | 9dcbe38387530fb69d7164bc4842063e86b18ac9 | |
| parent | KviInputEditor: Fix issue with clicking at the end of the line causing a sele... (diff) | |
| download | KVIrc-33fcac55574a004e4ae793f595af0e20406bc522.tar.gz KVIrc-33fcac55574a004e4ae793f595af0e20406bc522.tar.bz2 KVIrc-33fcac55574a004e4ae793f595af0e20406bc522.zip | |
AppVeyor: Updated OpenSSL version to 1.0.2m
| -rw-r--r-- | .appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml index 8c6ca885b..25e3c5061 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -78,7 +78,7 @@ install: } else { echo "preinstalled openssl not found or not present in requested version, this is pretty sad." echo "downloading openssl 1.0.2l package, don't worry, be happy!" - Invoke-WebRequest "https://slproweb.com/download/$($env:ssl_arch)OpenSSL-1_0_2L.exe" -OutFile c:\openssl-setup.exe + Invoke-WebRequest "https://slproweb.com/download/$($env:ssl_arch)OpenSSL-1_0_2m.exe" -OutFile c:\openssl-setup.exe echo "installing openssl" Start-Process -Wait -FilePath c:\openssl-setup.exe -ArgumentList "/silent /verysilent /sp- /suppressmsgboxes" } |
