Skip to content

Commit

Permalink
tor 0.2.8.2 (devel)
Browse files Browse the repository at this point in the history
Closes #238

Signed-off-by: Andrew Janke <andrew@apjanke.net>
  • Loading branch information
fanquake authored and apjanke committed Apr 13, 2016
1 parent 2f14af1 commit 486ec29
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Formula/tor.rb
Expand Up @@ -12,9 +12,9 @@ class Tor < Formula
end

devel do
url "https://dist.torproject.org/tor-0.2.8.1-alpha.tar.gz"
mirror "https://tor.eff.org/dist/tor-0.2.8.1-alpha.tar.gz"
sha256 "6e41c12ce13ad9997b42a15ed2350de86682694bfd9d4c98dae874395bbe3ea3"
url "https://dist.torproject.org/tor-0.2.8.2-alpha.tar.gz"
mirror "https://tor.eff.org/dist/tor-0.2.8.2-alpha.tar.gz"
sha256 "4756a04dea76395f5caf89de3cd75f05cc8d43576ef0f966cea9259b16eb1628"
end

depends_on "libevent"
Expand Down Expand Up @@ -49,6 +49,8 @@ def caveats; <<-EOS.undent
EOS
end

plist_options :manual => "tor start"

test do
pipe_output("script -q /dev/null #{bin}/tor-gencert --create-identity-key", "passwd\npasswd\n")
assert (testpath/"authority_certificate").exist?
Expand Down

0 comments on commit 486ec29

Please sign in to comment.