diff options
| author | Vitaliy Gladkevitch | 2013-10-02 14:49:11 -0400 | 
|---|---|---|
| committer | Jack Nagel | 2013-10-02 16:32:42 -0500 | 
| commit | c6274caa0b87d6c499bd2f5cf87ee91302a01e98 (patch) | |
| tree | 030610207d3e44a647b306f88c32419e58e8772e /Library/Formula/nagios-plugins.rb | |
| parent | a1880566da6fcd6318048270b3513b7157df8dbd (diff) | |
| download | homebrew-c6274caa0b87d6c499bd2f5cf87ee91302a01e98.tar.bz2 | |
nagios-plugins: update URLs
Closes #22998.
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 492d60d65..a268152ae 100644 --- a/Library/Formula/nagios-plugins.rb +++ b/Library/Formula/nagios-plugins.rb @@ -1,8 +1,8 @@  require 'formula'  class NagiosPlugins < Formula -  homepage 'http://nagiosplugins.org/' -  url 'http://downloads.sourceforge.net/project/nagiosplug/nagiosplug/1.4.16/nagios-plugins-1.4.16.tar.gz' +  homepage 'https://www.nagios-plugins.org/' +  url 'https://www.nagios-plugins.org/download/nagios-plugins-1.4.16.tar.gz'    sha1 '52db48b15572b98c6fcd8aaec2ef4d2aad7640d3'    def install | 
