diff options
| author | Brett Koonce | 2014-11-02 20:42:12 -0800 |
|---|---|---|
| committer | Mike McQuaid | 2014-11-03 08:24:08 +0000 |
| commit | abe1ed0414a67a1e243a58c0e193f90078eff97b (patch) | |
| tree | 11ebb18afe61dea7e447f996dcc82c0225eb830e | |
| parent | 6a66e0d2182a5be90bf870a963e00e3cf91dba39 (diff) | |
| download | homebrew-abe1ed0414a67a1e243a58c0e193f90078eff97b.tar.bz2 | |
monit 5.10
| -rw-r--r-- | Library/Formula/monit.rb | 6 |
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", |
