aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/dnscrypt-proxy.rb
diff options
context:
space:
mode:
authorDominyk Tiller2014-09-25 06:19:53 +0100
committerTim D. Smith2014-09-24 23:08:57 -0700
commit5fb2fb8b64055fbe30109ea4e1b260a140b45dc3 (patch)
tree43d81ae109761c0e58c80cb59a3a435ffde47dea /Library/Formula/dnscrypt-proxy.rb
parent85f34746bb7f1841b072dc45c080754f8b6aba61 (diff)
downloadhomebrew-5fb2fb8b64055fbe30109ea4e1b260a140b45dc3.tar.bz2
dnscrypt-proxy 1.4.1
Version bump. Closes #32626. Signed-off-by: Tim D. Smith <git@tim-smith.us>
Diffstat (limited to 'Library/Formula/dnscrypt-proxy.rb')
-rw-r--r--Library/Formula/dnscrypt-proxy.rb15
1 files changed, 7 insertions, 8 deletions
diff --git a/Library/Formula/dnscrypt-proxy.rb b/Library/Formula/dnscrypt-proxy.rb
index 16a7d6c9a..efefedc6f 100644
--- a/Library/Formula/dnscrypt-proxy.rb
+++ b/Library/Formula/dnscrypt-proxy.rb
@@ -1,13 +1,12 @@
-require 'formula'
+require "formula"
class DnscryptProxy < Formula
- homepage 'http://dnscrypt.org'
- url 'http://download.dnscrypt.org/dnscrypt-proxy/dnscrypt-proxy-1.4.0.tar.gz'
- sha256 '60b57b36aa15706c4cd0c348fc59534c15913c282a2b7d4db0b3787167b33502'
- revision 1
+ homepage "http://dnscrypt.org"
+ url "http://download.dnscrypt.org/dnscrypt-proxy/dnscrypt-proxy-1.4.1.tar.gz"
+ sha256 "b53822841bd275d81ff9faa4784a42618b7acc3c76a86c75be40379c503d69de"
head do
- url 'https://github.com/opendns/dnscrypt-proxy.git', :branch => 'master'
+ url "https://github.com/opendns/dnscrypt-proxy.git", :branch => "master"
depends_on :autoconf
depends_on :automake
@@ -16,7 +15,7 @@ class DnscryptProxy < Formula
option "plugins", "Support plugins and install example plugins."
- depends_on 'libsodium'
+ depends_on "libsodium"
def install
system "autoreconf", "-if" if build.head?
@@ -28,7 +27,7 @@ class DnscryptProxy < Formula
args << "--enable-plugins-root"
end
system "./configure", *args
- system "make install"
+ system "make", "install"
end
def caveats; <<-EOS.undent