aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike McQuaid2015-02-14 17:34:52 +0000
committerMike McQuaid2015-02-14 17:34:55 +0000
commit53bb0fbab4015bd87632fcdfafda645002145d78 (patch)
tree73aafe45c5b7a910b4f6163a66a1b1d31c92ba40
parentba122a4f16bdaa2d715955eedd9edb32f45fff61 (diff)
downloadhomebrew-53bb0fbab4015bd87632fcdfafda645002145d78.tar.bz2
openssl: use sha1 rather than sha256 for Tiger.
Closes #36816.
-rw-r--r--Library/Formula/openssl.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/openssl.rb b/Library/Formula/openssl.rb
index 52c347aa0..9ccd3dc04 100644
--- a/Library/Formula/openssl.rb
+++ b/Library/Formula/openssl.rb
@@ -2,7 +2,8 @@ class Openssl < Formula
homepage "https://openssl.org"
url "https://www.openssl.org/source/openssl-1.0.2.tar.gz"
mirror "https://raw.githubusercontent.com/DomT4/LibreMirror/master/OpenSSL/openssl-1.0.2.tar.gz"
- sha256 "8c48baf3babe0d505d16cfc0cf272589c66d3624264098213db0fb00034728e9"
+ # Use sha1 for Tiger (which needs OpenSSL to compute sha256 hashes)
+ sha1 "2f264f7f6bb973af444cd9fc6ee65c8588f610cc"
bottle do
sha1 "0e5844609ea57a7f5361dca42d05578c6cf45643" => :yosemite