monit 5.8.1
This commit is contained in:
parent
b5141c706a
commit
e35524fdc7
1 changed files with 4 additions and 4 deletions
|
@ -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}",
|
||||
|
|
Loading…
Reference in a new issue