tor 0.2.8.6
Closes #3554. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
parent
db9bc91a99
commit
0903be6635
1 changed files with 3 additions and 26 deletions
|
@ -1,25 +1,9 @@
|
|||
class Tor < Formula
|
||||
desc "Anonymizing overlay network for TCP"
|
||||
homepage "https://www.torproject.org/"
|
||||
|
||||
stable do
|
||||
url "https://dist.torproject.org/tor-0.2.7.6.tar.gz"
|
||||
mirror "https://tor.eff.org/dist/tor-0.2.7.6.tar.gz"
|
||||
sha256 "493a8679f904503048114aca6467faef56861206bab8283d858f37141d95105d"
|
||||
|
||||
# autotools only needed as long as the patch below is applied;
|
||||
# remove them when the patch goes away
|
||||
depends_on "autoconf" => :build
|
||||
depends_on "automake" => :build
|
||||
|
||||
# Fixes build on 10.12
|
||||
# https://trac.torproject.org/projects/tor/ticket/17819
|
||||
# Applied upstream, will be in the next release.
|
||||
patch do
|
||||
url "https://trac.torproject.org/projects/tor/raw-attachment/ticket/17819/pthread.diff"
|
||||
sha256 "9eb64548f0c1efae28535dcfa4ed19824eccaea1cee62607adb480b99217697b"
|
||||
end
|
||||
end
|
||||
url "https://dist.torproject.org/tor-0.2.8.6.tar.gz"
|
||||
mirror "https://tor.eff.org/dist/tor-0.2.8.6.tar.gz"
|
||||
sha256 "3dc9fc02f7cd22ed5fce707e0d9b26a72b1bd0976766a804cb13078d32e3ab5a"
|
||||
|
||||
bottle do
|
||||
revision 1
|
||||
|
@ -28,13 +12,6 @@ class Tor < Formula
|
|||
sha256 "64564813dde75909e57a7a3790694022168104a9c29423822f503c54347c1fa1" => :mavericks
|
||||
end
|
||||
|
||||
devel do
|
||||
url "https://dist.torproject.org/tor-0.2.8.5-rc.tar.gz"
|
||||
mirror "https://tor.eff.org/dist/tor-0.2.8.5-rc.tar.gz"
|
||||
version "0.2.8.5-rc"
|
||||
sha256 "715c15230f1160c170c61286b02620a1d99a8476dd9c4f80a2e66779be63780a"
|
||||
end
|
||||
|
||||
depends_on "pkg-config" => :build
|
||||
depends_on "libevent"
|
||||
depends_on "openssl"
|
||||
|
|
Loading…
Reference in a new issue