diff options
| author | Brett Koonce | 2013-10-19 18:32:14 -0500 | 
|---|---|---|
| committer | Mike McQuaid | 2013-10-20 10:06:56 +0100 | 
| commit | 7d9d52decbef2817f482e875cfc55e640c8879c6 (patch) | |
| tree | be372602782fc0430b56686883d0ed62ee1eea74 /Library/Formula/nagios-plugins.rb | |
| parent | 12417752a2567e4664f04a9e6904c13b0d2234a5 (diff) | |
| download | homebrew-7d9d52decbef2817f482e875cfc55e640c8879c6.tar.bz2 | |
nagios-plugins 1.5
Signed-off-by: Mike McQuaid <mike@mikemcquaid.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 a268152ae..e3497c331 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.4.16.tar.gz' -  sha1 '52db48b15572b98c6fcd8aaec2ef4d2aad7640d3' +  url 'https://www.nagios-plugins.org/download/nagios-plugins-1.5.tar.gz' +  sha1 '5d426b0e303a5201073c342d8ddde8bafca1432b'    def install      system "./configure", "--disable-debug", | 
