aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/hydra.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/hydra.rb b/Library/Formula/hydra.rb
index 264feb5f4..8fe688c45 100644
--- a/Library/Formula/hydra.rb
+++ b/Library/Formula/hydra.rb
@@ -5,7 +5,7 @@ class Hydra < Formula
url "https://www.thc.org/releases/hydra-8.1.tar.gz"
sha256 "e4bc2fd11f97a8d985a38a31785c86d38cc60383e47a8f4a5c436351e5135f19"
- head "https://github.com/vanhauser-thc/thc-hydra"
+ head "https://github.com/vanhauser-thc/thc-hydra.git"
bottle do
cellar :any
@@ -17,6 +17,7 @@ class Hydra < Formula
depends_on "pkg-config" => :build
depends_on :mysql
depends_on "openssl"
+ depends_on "subversion" => :optional
depends_on "libidn" => :optional
depends_on "libssh" => :optional
depends_on "pcre" => :optional