diff options
| author | Alex Gaynor | 2015-01-08 08:18:17 -0800 |
|---|---|---|
| committer | Mike McQuaid | 2015-01-08 19:48:24 +0000 |
| commit | 34e9d9077d747d18ec8137ecb8e89e4b03241013 (patch) | |
| tree | 88fd6ad8ce5ee47029c853ddc37babe0f46782be /Library/Formula/tor.rb | |
| parent | b28c00581daabe8ed2738da144eb2e305dc18f90 (diff) | |
| download | homebrew-34e9d9077d747d18ec8137ecb8e89e4b03241013.tar.bz2 | |
openssl 1.0.1k
Fixes https://www.openssl.org/news/secadv_20150108.txt
Closes #35665.
Diffstat (limited to 'Library/Formula/tor.rb')
| -rw-r--r-- | Library/Formula/tor.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/tor.rb b/Library/Formula/tor.rb index d827fc00f..5e7b83533 100644 --- a/Library/Formula/tor.rb +++ b/Library/Formula/tor.rb @@ -3,6 +3,7 @@ class Tor < Formula url "https://dist.torproject.org/tor-0.2.5.10.tar.gz" mirror "https://tor.eff.org/dist/tor-0.2.5.10.tar.gz" sha256 "b3dd02a5dcd2ffe14d9a37956f92779d4427edf7905c0bba9b1e3901b9c5a83b" + revision 1 bottle do sha1 "0bf6ef6985285bac9e67fbc78cef7ebb78844de2" => :yosemite |
