aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/dnscrypt-proxy.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/dnscrypt-proxy.rb')
-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