parent
8899708919
commit
038b07972c
1 changed files with 3 additions and 1 deletions
|
@ -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'
|
||||||
|
|
Loading…
Reference in a new issue