tor: revision for libevent
They seem to have axed the runtime warning for OpenSSL, but the one for Libevent remains apparently: ``` Jan 15 23:50:48.793 [notice] We were compiled with headers from version 2.0.21-stable of Libevent, but we're using a Libevent library that says it's version 2.0.22-stable. ``` Closes Homebrew/homebrew#35923. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
bffb2da275
commit
ccfd0b8994
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +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
|
||||
revision 2
|
||||
|
||||
bottle do
|
||||
sha1 "e96c15e3030c7ca9ad7804bde4024c71f9362f82" => :yosemite
|
||||
|
|
Loading…
Reference in a new issue