aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/cfengine.rb
diff options
context:
space:
mode:
authorBrett Koonce2012-11-30 22:30:28 -0600
committerAdam Vandenberg2012-11-30 20:39:55 -0800
commit1e7b0825a8de473d5b00a67fb6fc7838eaa687cf (patch)
tree8f8e9ebaef2ff831d1ee9ac5822af782d706a2a7 /Library/Formula/cfengine.rb
parent6694fd0e4b171bcc3ef63bc5af37da1fe789dc91 (diff)
downloadhomebrew-1e7b0825a8de473d5b00a67fb6fc7838eaa687cf.tar.bz2
cfengine 3.4.0
stripped patch Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/cfengine.rb')
-rw-r--r--Library/Formula/cfengine.rb9
1 files changed, 2 insertions, 7 deletions
diff --git a/Library/Formula/cfengine.rb b/Library/Formula/cfengine.rb
index d8fcdac92..215d61946 100644
--- a/Library/Formula/cfengine.rb
+++ b/Library/Formula/cfengine.rb
@@ -2,17 +2,12 @@ require 'formula'
class Cfengine < Formula
homepage 'http://cfengine.com/'
- url 'https://cfengine.com/source-code/download?file=cfengine-3.3.8.tar.gz'
- sha1 'f05e84229638e67d8c749740c96044ff5374e169'
+ url 'https://cfengine.com/source-code/download?file=cfengine-3.4.0.tar.gz'
+ sha1 '17212f6ea2911c50590063193ab33af18719f740'
depends_on 'tokyo-cabinet'
depends_on 'pcre'
- def patches
- # See https://github.com/cfengine/core/commit/ce2b8abf
- "https://github.com/cfengine/core/commit/ce2b8abf.patch" if ENV.compiler == :clang
- end
-
def install
# Find our libpcre
ENV.append 'LDFLAGS', "-L#{HOMEBREW_PREFIX}/lib"