tor 0.3.4.8
Closes #31963. Signed-off-by: commitay <commitay@users.noreply.github.com>
This commit is contained in:
parent
7326b4fb90
commit
44750b81e2
1 changed files with 3 additions and 8 deletions
|
@ -1,9 +1,9 @@
|
||||||
class Tor < Formula
|
class Tor < Formula
|
||||||
desc "Anonymizing overlay network for TCP"
|
desc "Anonymizing overlay network for TCP"
|
||||||
homepage "https://www.torproject.org/"
|
homepage "https://www.torproject.org/"
|
||||||
url "https://www.torproject.org/dist/tor-0.3.3.9.tar.gz"
|
url "https://www.torproject.org/dist/tor-0.3.4.8.tar.gz"
|
||||||
mirror "https://tor.eff.org/dist/tor-0.3.3.9.tar.gz"
|
mirror "https://tor.eff.org/dist/tor-0.3.4.8.tar.gz"
|
||||||
sha256 "85346b4d026e6a041c8e326d2cc64b5f5361b032075c89c5854f16dbc02fce6f"
|
sha256 "826a4cb2c099a29c7cf91516ffffcfcb5aace7533b8853a8c8bddcfe2bfb1023"
|
||||||
|
|
||||||
bottle do
|
bottle do
|
||||||
sha256 "ce817f37662cd819299b03959fa043e532ef34e9167c94d92accadfaf65c976c" => :mojave
|
sha256 "ce817f37662cd819299b03959fa043e532ef34e9167c94d92accadfaf65c976c" => :mojave
|
||||||
|
@ -12,11 +12,6 @@ class Tor < Formula
|
||||||
sha256 "cc6ec669819157650c4c1a47881460b95cc71183b0f85beeb92a391550c9715d" => :el_capitan
|
sha256 "cc6ec669819157650c4c1a47881460b95cc71183b0f85beeb92a391550c9715d" => :el_capitan
|
||||||
end
|
end
|
||||||
|
|
||||||
devel do
|
|
||||||
url "https://www.torproject.org/dist/tor-0.3.4.7-rc.tar.gz"
|
|
||||||
sha256 "d64d096983622cf44a9d557dd02e801c035a295e8d3f5d6d565cedd3f156e565"
|
|
||||||
end
|
|
||||||
|
|
||||||
depends_on "pkg-config" => :build
|
depends_on "pkg-config" => :build
|
||||||
depends_on "libevent"
|
depends_on "libevent"
|
||||||
depends_on "openssl"
|
depends_on "openssl"
|
||||||
|
|
Loading…
Reference in a new issue