From 1620c39656bd5ecd5de700f71666ee73bd248d92 Mon Sep 17 00:00:00 2001 From: Shintaro Kojima Date: Sat, 8 Nov 2014 16:31:22 +0900 Subject: rancid 3.1 Closes #34018. Signed-off-by: Mike McQuaid --- Library/Formula/rancid.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Library/Formula') 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 -- cgit v1.2.3