aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/monit.rb6
1 files changed, 4 insertions, 2 deletions
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",