diff options
| -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", | 
