diff options
| author | Dominyk Tiller | 2014-08-22 15:08:15 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2014-08-24 17:13:48 +0100 |
| commit | 927fff6a6439a64d8d4f83afe87c609fc98bdb1c (patch) | |
| tree | 8879c68d489a89f33c373554950f1f672de55efb /Library/Formula/ruby.rb | |
| parent | 6b81bca0d875499c54472660894ee4195fe8eec8 (diff) | |
| download | homebrew-927fff6a6439a64d8d4f83afe87c609fc98bdb1c.tar.bz2 | |
openssl: disable SSLv2 support.
Kills ssl2 from OpenSSL. This PR relates to #31745. Force recompiles
everything that relies on OpenSSL from the master branch to enforce the
new OpenSSL no-ssl2 rule.
Diffstat (limited to 'Library/Formula/ruby.rb')
| -rw-r--r-- | Library/Formula/ruby.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/ruby.rb b/Library/Formula/ruby.rb index a6e429638..a8d10dc8e 100644 --- a/Library/Formula/ruby.rb +++ b/Library/Formula/ruby.rb @@ -4,7 +4,7 @@ class Ruby < Formula homepage 'https://www.ruby-lang.org/' url "http://cache.ruby-lang.org/pub/ruby/2.1/ruby-2.1.2.tar.bz2" sha256 "6948b02570cdfb89a8313675d4aa665405900e27423db408401473f30fc6e901" - revision 2 + revision 3 bottle do revision 1 |
