aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/rancid.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/rancid.rb b/Library/Formula/rancid.rb
index c7c0d0d33..6f026cd2f 100644
--- a/Library/Formula/rancid.rb
+++ b/Library/Formula/rancid.rb
@@ -2,8 +2,8 @@ require 'formula'
class Rancid < Formula
homepage 'http://www.shrubbery.net/rancid/'
- url 'ftp://ftp.shrubbery.net/pub/rancid/rancid-2.3.8.tar.gz'
- sha1 '7469d7f9e39e9f86f977f1f0963300e5d183088f'
+ url 'ftp://ftp.shrubbery.net/pub/rancid/rancid-3.1.tar.gz'
+ sha1 '5e5bdf84634c958ad4cd413c3e31c348340ebd05'
def install
system "./configure", "--prefix=#{prefix}", "--exec-prefix=#{prefix}", "--mandir=#{man}"
@@ -12,6 +12,6 @@ class Rancid < Formula
end
test do
- system "#{bin}/rancid", "localhost"
+ system "#{bin}/rancid", "-t", "cisco", "localhost"
end
end