summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Antonuk <alan.antonuk@gmail.com>2016-03-07 23:05:54 -0800
committerAlan Antonuk <alan.antonuk@gmail.com>2016-03-07 23:18:58 -0800
commit7d532ee6d4ed9877463a1443db37eaa428e61bd4 (patch)
treed4c7f64fb63d58a13fc0e075f900b1b959724343
parent1ec9ee9be974b5e853a173baba1476a75e7daffd (diff)
downloadrabbitmq-c-7d532ee6d4ed9877463a1443db37eaa428e61bd4.tar.gz
CI: bump OpenSSL version to 1.0.2g.
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index c4ade4a..6abd546 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -15,7 +15,7 @@ cache:
- c:\deps -> appveyor.yml
install:
- - ps: $file = "Win${env:BITS}OpenSSL-1_0_2f.exe"
+ - ps: $file = "Win${env:BITS}OpenSSL-1_0_2g.exe"
- ps: $dir = "c:\deps"
- ps: $exists = Test-Path "$dir\$file"
- ps: >-