diff options
| author | Adam Vandenberg | 2010-10-20 19:38:01 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2010-10-20 19:38:01 -0700 |
| commit | 9dd0af4c7db4c898aab048d36c93c7b371822222 (patch) | |
| tree | 2f2272d5613ded3ad179236e2e060e3348675292 /Library/Formula | |
| parent | e282e8ce4d34f3fa161f3aacbbd217c8e3a7fcf3 (diff) | |
| download | homebrew-9dd0af4c7db4c898aab048d36c93c7b371822222.tar.bz2 | |
monit 5.2.1
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/monit.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/monit.rb b/Library/Formula/monit.rb index 6d9df709d..f170f529b 100644 --- a/Library/Formula/monit.rb +++ b/Library/Formula/monit.rb @@ -1,12 +1,12 @@ require 'formula' class Monit <Formula - url 'http://mmonit.com/monit/dist/monit-5.1.1.tar.gz' + url 'http://mmonit.com/monit/dist/monit-5.2.1.tar.gz' homepage 'http://mmonit.com/monit/' - md5 '4bbd3845ae1cbab13ec211824e0486dc' + sha256 '31b37dd4a6f6b48e6d6926d97bfe5ad998a2a0611af0586525a5dd1b5847e41e' def install - system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking" + system "./configure", "--prefix=#{prefix}" system "make install" end end |
