dnscrypt-proxy: remove broken HEAD
The GitHub checkout needs an autotools bootstrap. Patches welcome to enable it, but removing it until then. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
7cf43a2fda
commit
24426c93ba
1 changed files with 1 additions and 2 deletions
|
@ -1,9 +1,8 @@
|
|||
require 'formula'
|
||||
|
||||
class DnscryptProxy < Formula
|
||||
url 'https://github.com/downloads/opendns/dnscrypt-proxy/dnscrypt-proxy-0.9.4.tar.gz'
|
||||
head 'https://github.com/opendns/dnscrypt-proxy.git', :branch => 'master'
|
||||
homepage 'http://www.opendns.com/technology/dnscrypt'
|
||||
url 'https://github.com/downloads/opendns/dnscrypt-proxy/dnscrypt-proxy-0.9.4.tar.gz'
|
||||
md5 'c997fd1322ac5aef8325a718da7d73e2'
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue