From abe1ed0414a67a1e243a58c0e193f90078eff97b Mon Sep 17 00:00:00 2001 From: Brett Koonce Date: Sun, 2 Nov 2014 20:42:12 -0800 Subject: monit 5.10 --- Library/Formula/monit.rb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/monit.rb b/Library/Formula/monit.rb index 6c855b2ed..9feb4d837 100644 --- a/Library/Formula/monit.rb +++ b/Library/Formula/monit.rb @@ -2,8 +2,8 @@ require "formula" class Monit < Formula homepage "http://mmonit.com/monit/" - url "http://mmonit.com/monit/dist/monit-5.9.tar.gz" - sha1 "f5fd22e865670ee4e538b2cc040ced880ba52a4f" + url "http://mmonit.com/monit/dist/monit-5.10.tar.gz" + sha1 "4933898c6e6191e8d8ee4730c64ef6f16c8130c1" bottle do cellar :any @@ -12,6 +12,8 @@ class Monit < Formula sha1 "ab2521e15d9b0d565c058c22db4c2c134fe7239b" => :lion end + depends_on "openssl" + def install system "./configure", "--prefix=#{prefix}", "--localstatedir=#{var}/monit", -- cgit v1.2.3