aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorShintaro Kojima2014-11-08 16:31:22 +0900
committerMike McQuaid2014-11-08 15:12:15 +0000
commit1620c39656bd5ecd5de700f71666ee73bd248d92 (patch)
treed37af8f920c039185610a029f8e67fb9e8a807d5 /Library/Formula
parent9eaa7a104f08054ebdbc573c3a608aeacc0cf8e8 (diff)
downloadhomebrew-1620c39656bd5ecd5de700f71666ee73bd248d92.tar.bz2
rancid 3.1
Closes #34018. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula')
-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