From b8547385e021ad39c40feb25cb9f9bc40529660e Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Fri, 20 Sep 2013 10:15:52 -0500 Subject: dnscrypt-proxy: use spec deps --- Library/Formula/dnscrypt-proxy.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Library/Formula/dnscrypt-proxy.rb') 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 -- cgit v1.2.3