cfengine: use http download

Closes Homebrew/homebrew#20339.
This commit is contained in:
Adam Vandenberg 2013-06-15 11:37:51 -07:00
parent 8899708919
commit 038b07972c

View file

@ -1,8 +1,10 @@
require 'formula' require 'formula'
# https version doesn't download with system curl on Snow Leopard
# https://github.com/mxcl/homebrew/issues/20339
class Cfengine < Formula class Cfengine < Formula
homepage 'http://cfengine.com/' homepage 'http://cfengine.com/'
url 'https://cfengine.com/source-code/download?file=cfengine-3.4.4.tar.gz' url 'http://cfengine.com/source-code/download?file=cfengine-3.4.4.tar.gz'
sha1 'f99174fcb358a263b1a1090668d7ba2ba849bbc1' sha1 'f99174fcb358a263b1a1090668d7ba2ba849bbc1'
depends_on 'pcre' depends_on 'pcre'