diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/openssl.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/openssl.rb b/Library/Formula/openssl.rb index efc17c80e..46572c1c9 100644 --- a/Library/Formula/openssl.rb +++ b/Library/Formula/openssl.rb @@ -1,8 +1,8 @@ class Openssl < Formula homepage "https://openssl.org" - url "https://www.openssl.org/source/openssl-1.0.1l.tar.gz" - mirror "https://raw.githubusercontent.com/DomT4/LibreMirror/master/OpenSSL/openssl-1.0.1l.tar.gz" - sha256 "b2cf4d48fe5d49f240c61c9e624193a6f232b5ed0baf010681e725963c40d1d4" + 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" bottle do sha1 "1d804c229e7a49cf98c1211dd2524c1b258a0388" => :yosemite |
