diff options
| author | henningkessler | 2014-05-12 18:21:41 +0200 | 
|---|---|---|
| committer | Adam Vandenberg | 2014-05-12 10:33:40 -0700 | 
| commit | 68b7bd88066e08119584207396f4e3307d9a7687 (patch) | |
| tree | e3b8778084da85c4386c9eee033f7ef476fc224e /Library/Formula/nagios-plugins.rb | |
| parent | d8ebca9e12525ac603b060eeee418282ae10080a (diff) | |
| download | homebrew-68b7bd88066e08119584207396f4e3307d9a7687.tar.bz2 | |
nagios-plugins 2.0.1
Closes #29199.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/nagios-plugins.rb')
| -rw-r--r-- | Library/Formula/nagios-plugins.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/Library/Formula/nagios-plugins.rb b/Library/Formula/nagios-plugins.rb index e3497c331..6c239a556 100644 --- a/Library/Formula/nagios-plugins.rb +++ b/Library/Formula/nagios-plugins.rb @@ -2,8 +2,8 @@ require 'formula'  class NagiosPlugins < Formula    homepage 'https://www.nagios-plugins.org/' -  url 'https://www.nagios-plugins.org/download/nagios-plugins-1.5.tar.gz' -  sha1 '5d426b0e303a5201073c342d8ddde8bafca1432b' +  url 'https://www.nagios-plugins.org/download/nagios-plugins-2.0.tar.gz' +  sha1 '9b9be0dfb7026d30da0e3a5bbf4040211648ee39'    def install      system "./configure", "--disable-debug", | 
