diff options
| author | Brett Koonce | 2014-04-20 11:32:37 -0500 | 
|---|---|---|
| committer | Brett Koonce | 2014-04-21 00:04:33 -0500 | 
| commit | 39daf0b5fb7c08324618a5ac7c81d217357bdad3 (patch) | |
| tree | 51c68b409e39d312ce798599ae4f3dc47fa1a2c3 | |
| parent | 9a6c8490680b0a56a825bf9f423877698f6406e4 (diff) | |
| download | homebrew-39daf0b5fb7c08324618a5ac7c81d217357bdad3.tar.bz2 | |
monit 5.8
| -rw-r--r-- | Library/Formula/monit.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/Library/Formula/monit.rb b/Library/Formula/monit.rb index 21243b2a1..b15bdf623 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.7.tar.gz' -  sha256 'bb250ab011d805b5693972afdf95509e79bb3b390caa763275c9501f74b598a2' +  url 'http://mmonit.com/monit/dist/monit-5.8.tar.gz' +  sha256 '0c00573ebc0156c534a5952f392c2a7bedde194f8261c05497322055938847f5'    def install      system "./configure", "--prefix=#{prefix}", | 
