From 95a927c8a3180fb5f67f95dc010c5b4f2b61bf85 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Sun, 1 Dec 2013 13:52:42 -0800 Subject: [PATCH] miredo 1.2.6 --- Formula/miredo.rb | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) diff --git a/Formula/miredo.rb b/Formula/miredo.rb index 8f2593aa45a7b..9944661486d4e 100644 --- a/Formula/miredo.rb +++ b/Formula/miredo.rb @@ -2,10 +2,11 @@ class Miredo < Formula homepage 'http://www.remlab.net/miredo/' - url 'http://www.remlab.net/files/miredo/miredo-1.2.5.tar.xz' - sha1 '3aa4f35e78ffaca2c8652f428401be6e384888c9' + url 'http://www.remlab.net/files/miredo/miredo-1.2.6.tar.xz' + sha1 '630c84e9919952f6f4792ceda54a12e0aef43bbf' depends_on 'xz' => :build + depends_on 'tuntap' depends_on 'judy' def patches @@ -22,18 +23,6 @@ def install system "./configure", *args system "make install" end - - def caveats; <<-EOS.undent - You must also install tuntap. - - The TunTap project provides kernel extensions for Mac OS X that allow - creation of virtual network interfaces. - - http://tuntaposx.sourceforge.net/ - - Because these are kernel extensions, there is no Homebrew formula for tuntap. - EOS - end end __END__