aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorLaurent Raufaste2014-01-27 17:35:42 -0500
committerJack Nagel2014-01-27 20:20:07 -0600
commitffecab7d50683a291d2e4373f6acc7c157896a3b (patch)
tree1835a902f0cb14527be52a5ef2baaea0fb95430e /Library
parent1fbef27dfb69a21d9e6797e700a2a1dd9b3a2fe4 (diff)
downloadhomebrew-ffecab7d50683a291d2e4373f6acc7c157896a3b.tar.bz2
cfengine 3.5.3
Closes #26212. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/cfengine.rb10
1 files changed, 3 insertions, 7 deletions
diff --git a/Library/Formula/cfengine.rb b/Library/Formula/cfengine.rb
index 8f1a92751..df778a475 100644
--- a/Library/Formula/cfengine.rb
+++ b/Library/Formula/cfengine.rb
@@ -4,8 +4,8 @@ require 'formula'
# https://github.com/Homebrew/homebrew/issues/20339
class Cfengine < Formula
homepage 'http://cfengine.com/'
- url 'http://cfengine.com/source-code/download?file=cfengine-3.5.2.tar.gz'
- sha1 '57ffeee2a2a6acb1764a8a0d7979538d683ccf5a'
+ url 'http://cfengine.com/source-code/download?file=cfengine-3.5.3.tar.gz'
+ sha1 '95a03e7bc9e31704d6aac4b3023b9c5037fc33f6'
depends_on 'pcre'
depends_on 'tokyo-cabinet'
@@ -13,11 +13,7 @@ class Cfengine < Formula
def patches
# Upstream patches for OS X compilation
- %w{
- https://github.com/cfengine/core/commit/f748a005b39a7aafd554e41a528b2216e28dce92.patch
- https://github.com/cfengine/core/commit/d03fcc2d38a4db0c79386aaef30597102bf45853.patch
- https://github.com/cfengine/core/commit/228f27002018a82b339ddfe6a5510a24128ce0ab.patch
- }
+ %w{https://github.com/cfengine/core/commit/d03fcc2d38a4db0c79386aaef30597102bf45853.patch}
end
def install