From 3165c18cd623929b090d5daabb6ccb60b5aa4a28 Mon Sep 17 00:00:00 2001 From: Nikolay Kolev Date: Wed, 30 Oct 2013 13:39:07 -0700 Subject: tup: switch from fuse4x to osxfuse Closes #23816. Signed-off-by: Jack Nagel --- Library/Formula/tup.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/tup.rb b/Library/Formula/tup.rb index 4d76c4cba..a5ced27e7 100644 --- a/Library/Formula/tup.rb +++ b/Library/Formula/tup.rb @@ -7,7 +7,7 @@ class Tup < Formula head 'https://github.com/gittup/tup.git' depends_on 'pkg-config' => :build - depends_on 'fuse4x' + depends_on 'osxfuse' def install ENV['TUP_LABEL'] = version @@ -21,7 +21,7 @@ class Tup < Formula end def caveats; <<-EOS.undent - Make sure to follow the directions given by `brew info fuse4x-kext` + Make sure to follow the directions given by `brew info osxfuse` before using 'tup' build tool. EOS end -- cgit v1.2.3