diff options
Diffstat (limited to 'Library')
| -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 793b1a8d8..dca1f9015 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.8.1.tar.gz" - sha1 "97c67699a4b2ee3b6ab8c51173611408e31173d7" + url "http://mmonit.com/monit/dist/monit-5.9.tar.gz" + sha1 "f5fd22e865670ee4e538b2cc040ced880ba52a4f" def install system "./configure", "--prefix=#{prefix}", |
