diff options
| author | BrewTestBot | 2014-10-22 17:31:57 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2014-10-22 18:09:32 +0100 |
| commit | 0c6aaaa46c4ec1fc832455ec2c6a3086fc84672b (patch) | |
| tree | 0b4e2fd73f58c1a7bf4c54b47f6e92f5e33cad65 /Library/Formula/nagios-plugins.rb | |
| parent | 3657a116f830c924e785434ccb97b50c1bd4bc51 (diff) | |
| download | homebrew-0c6aaaa46c4ec1fc832455ec2c6a3086fc84672b.tar.bz2 | |
nagios-plugins: add 2.0 bottle.
Diffstat (limited to 'Library/Formula/nagios-plugins.rb')
| -rw-r--r-- | Library/Formula/nagios-plugins.rb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/nagios-plugins.rb b/Library/Formula/nagios-plugins.rb index 6c239a556..926353c9c 100644 --- a/Library/Formula/nagios-plugins.rb +++ b/Library/Formula/nagios-plugins.rb @@ -5,6 +5,12 @@ class NagiosPlugins < Formula url 'https://www.nagios-plugins.org/download/nagios-plugins-2.0.tar.gz' sha1 '9b9be0dfb7026d30da0e3a5bbf4040211648ee39' + bottle do + sha1 "78fbc5df2f4426e7fc435ea9d597d14180d9e950" => :yosemite + sha1 "52560d1d02b9710df9c4a2315d8357ee6d7bfda4" => :mavericks + sha1 "0f3bb80908ff0cdfaae651c2100b48a048d69257" => :mountain_lion + end + def install system "./configure", "--disable-debug", "--disable-dependency-tracking", |
