diff options
Diffstat (limited to 'Library/Formula/monit.rb')
| -rw-r--r-- | Library/Formula/monit.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/monit.rb b/Library/Formula/monit.rb index dca1f9015..6c855b2ed 100644 --- a/Library/Formula/monit.rb +++ b/Library/Formula/monit.rb @@ -5,6 +5,13 @@ class Monit < Formula url "http://mmonit.com/monit/dist/monit-5.9.tar.gz" sha1 "f5fd22e865670ee4e538b2cc040ced880ba52a4f" + bottle do + cellar :any + sha1 "cf32163d1a47c0a7b5588890ee4ef1edb32f31a7" => :mavericks + sha1 "a0ca615a07138b15aa148c3eff51a53ecbf8c562" => :mountain_lion + sha1 "ab2521e15d9b0d565c058c22db4c2c134fe7239b" => :lion + end + def install system "./configure", "--prefix=#{prefix}", "--localstatedir=#{var}/monit", |
