diff options
| author | Brett Koonce | 2014-05-20 23:44:31 -0700 | 
|---|---|---|
| committer | Brett Koonce | 2014-05-21 12:00:46 -0700 | 
| commit | 3ae8061ce0874c4c4727685db5db6c70dd261003 (patch) | |
| tree | e1d060f3b65c9f7d316ef55880fccd492cc3babf | |
| parent | 131b8e72c554ce42dc0468bab76e4f7e0696f362 (diff) | |
| download | homebrew-3ae8061ce0874c4c4727685db5db6c70dd261003.tar.bz2 | |
monit 5.8.1
| -rw-r--r-- | Library/Formula/monit.rb | 8 | 
1 files changed, 4 insertions, 4 deletions
| diff --git a/Library/Formula/monit.rb b/Library/Formula/monit.rb index b15bdf623..793b1a8d8 100644 --- a/Library/Formula/monit.rb +++ b/Library/Formula/monit.rb @@ -1,9 +1,9 @@ -require 'formula' +require "formula"  class Monit < Formula -  homepage 'http://mmonit.com/monit/' -  url 'http://mmonit.com/monit/dist/monit-5.8.tar.gz' -  sha256 '0c00573ebc0156c534a5952f392c2a7bedde194f8261c05497322055938847f5' +  homepage "http://mmonit.com/monit/" +  url "http://mmonit.com/monit/dist/monit-5.8.1.tar.gz" +  sha1 "97c67699a4b2ee3b6ab8c51173611408e31173d7"    def install      system "./configure", "--prefix=#{prefix}", | 
