diff options
| author | Baptiste Fontaine | 2014-12-15 20:24:17 +0100 |
|---|---|---|
| committer | Jack Nagel | 2014-12-16 01:08:20 -0500 |
| commit | 15cf0841b16254c2273d512d0375c0e493b7d19b (patch) | |
| tree | df9291c6b419f378ee1ae53d258f8ddc39f9a3be /Library/Formula/bmon.rb | |
| parent | f8d0f5f852280fc29d780d0ca69a0a61678f9ca0 (diff) | |
| download | homebrew-15cf0841b16254c2273d512d0375c0e493b7d19b.tar.bz2 | |
bmon 3.6
Closes #35008.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/bmon.rb')
| -rw-r--r-- | Library/Formula/bmon.rb | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/Library/Formula/bmon.rb b/Library/Formula/bmon.rb index 3057c776f..f27ea67d1 100644 --- a/Library/Formula/bmon.rb +++ b/Library/Formula/bmon.rb @@ -2,8 +2,8 @@ require 'formula' class Bmon < Formula homepage 'https://github.com/tgraf/bmon' - url "https://github.com/tgraf/bmon/releases/download/v3.5/bmon-3.5.tar.gz" - sha1 "352f774e20f679e89de0f72159475d999cc7bf2f" + url "https://github.com/tgraf/bmon/releases/download/v3.6/bmon-3.6.tar.gz" + sha1 "abbe4362061493a1120eed074debd875916dd49a" bottle do sha1 "403e402182813cc1f63a6b75c2a40db32e328626" => :mavericks @@ -28,4 +28,8 @@ class Bmon < Formula system "make" # two steps to prevent blowing up system "make install" end + + test do + system "#{bin}/bmon", "-o", "ascii:quitafter=1" + end end |
