diff options
Diffstat (limited to 'Library/Formula/cfengine.rb')
| -rw-r--r-- | Library/Formula/cfengine.rb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Library/Formula/cfengine.rb b/Library/Formula/cfengine.rb index a8abdf554..88dd0ac12 100644 --- a/Library/Formula/cfengine.rb +++ b/Library/Formula/cfengine.rb @@ -1,8 +1,10 @@ require 'formula' +# https version doesn't download with system curl on Snow Leopard +# https://github.com/mxcl/homebrew/issues/20339 class Cfengine < Formula 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' depends_on 'pcre' |
