dnscrypt-proxy 1.0.1

Closes Homebrew/homebrew#13823.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
master
Frank Denis 2012-07-31 12:13:19 -07:00 committed by Jack Nagel
parent fb5d4e47dd
commit 9b746e8f0f
1 changed files with 4 additions and 2 deletions

View File

@ -2,8 +2,10 @@ require 'formula'
class DnscryptProxy < Formula
homepage 'http://www.opendns.com/technology/dnscrypt'
url 'https://github.com/downloads/opendns/dnscrypt-proxy/dnscrypt-proxy-0.9.4.tar.gz'
md5 'c997fd1322ac5aef8325a718da7d73e2'
url 'https://github.com/downloads/opendns/dnscrypt-proxy/dnscrypt-proxy-1.0.1.tar.gz'
sha256 '9852a8dcae200c9965697b29fdaffb8ee1dc8602420afdb8763811a7996d6a7f'
head 'https://github.com/opendns/dnscrypt-proxy.git', :branch => '1.0.x'
def install
system "./configure", "--prefix=#{prefix}", "--disable-dependency-tracking"