aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2013-09-20 10:15:52 -0500
committerJack Nagel2013-09-21 19:29:49 -0500
commitb8547385e021ad39c40feb25cb9f9bc40529660e (patch)
treefd762b80cf671167dee6b86dc523ea7a18167212 /Library/Formula
parentc5e92540eed1a8faa4cb75662ce01959242d6a70 (diff)
downloadhomebrew-b8547385e021ad39c40feb25cb9f9bc40529660e.tar.bz2
dnscrypt-proxy: use spec deps
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/dnscrypt-proxy.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/dnscrypt-proxy.rb b/Library/Formula/dnscrypt-proxy.rb
index 7619408bf..337d578a1 100644
--- a/Library/Formula/dnscrypt-proxy.rb
+++ b/Library/Formula/dnscrypt-proxy.rb
@@ -5,15 +5,15 @@ class DnscryptProxy < Formula
url 'http://download.dnscrypt.org/dnscrypt-proxy/dnscrypt-proxy-1.3.3.tar.bz2'
sha256 'd9aca5253b9fe0fd0bb756201e837d3b723c091e5be0eb3a81cf5432cedaec47'
- head 'https://github.com/opendns/dnscrypt-proxy.git', :branch => 'master'
+ head do
+ url 'https://github.com/opendns/dnscrypt-proxy.git', :branch => 'master'
- option "plugins", "Support plugins and install example plugins."
-
- if build.head?
depends_on :automake
depends_on :libtool
end
+ option "plugins", "Support plugins and install example plugins."
+
depends_on 'libsodium'
def install