diff options
| author | Brett Koonce | 2012-07-31 16:36:29 -0500 |
|---|---|---|
| committer | Jack Nagel | 2012-08-02 00:03:22 -0500 |
| commit | aa091d3595392a19d017e9950295b0b69438e4b5 (patch) | |
| tree | 1be961c90f6a82d03d52fc2902afc54f63fc6cff /Library/Formula/nagios-plugins.rb | |
| parent | 6eb25c7ca254909077dfd2837fccbabe45dbdc02 (diff) | |
| download | homebrew-aa091d3595392a19d017e9950295b0b69438e4b5.tar.bz2 | |
nagios-plugins 1.4.16
Closes #13828.
Signed-off-by: Jack Nagel <jacknagel@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 722bcfafc..492d60d65 100644 --- a/Library/Formula/nagios-plugins.rb +++ b/Library/Formula/nagios-plugins.rb @@ -1,9 +1,9 @@ require 'formula' class NagiosPlugins < Formula - url 'http://downloads.sourceforge.net/project/nagiosplug/nagiosplug/1.4.15/nagios-plugins-1.4.15.tar.gz' homepage 'http://nagiosplugins.org/' - md5 '56abd6ade8aa860b38c4ca4a6ac5ab0d' + url 'http://downloads.sourceforge.net/project/nagiosplug/nagiosplug/1.4.16/nagios-plugins-1.4.16.tar.gz' + sha1 '52db48b15572b98c6fcd8aaec2ef4d2aad7640d3' def install system "./configure", "--disable-debug", |
