diff options
| author | Jack Nagel | 2013-09-20 10:15:52 -0500 |
|---|---|---|
| committer | Jack Nagel | 2013-09-21 19:29:49 -0500 |
| commit | b8547385e021ad39c40feb25cb9f9bc40529660e (patch) | |
| tree | fd762b80cf671167dee6b86dc523ea7a18167212 /Library/Formula/dnscrypt-proxy.rb | |
| parent | c5e92540eed1a8faa4cb75662ce01959242d6a70 (diff) | |
| download | homebrew-b8547385e021ad39c40feb25cb9f9bc40529660e.tar.bz2 | |
dnscrypt-proxy: use spec deps
Diffstat (limited to 'Library/Formula/dnscrypt-proxy.rb')
| -rw-r--r-- | Library/Formula/dnscrypt-proxy.rb | 8 |
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 |
