aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/osxfuse.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/osxfuse.rb b/Library/Formula/osxfuse.rb
index baf88a066..dd5c9d7d9 100644
--- a/Library/Formula/osxfuse.rb
+++ b/Library/Formula/osxfuse.rb
@@ -6,6 +6,12 @@ class Osxfuse < Formula
head 'https://github.com/osxfuse/osxfuse.git', :branch => 'osxfuse-2'
+ bottle do
+ sha1 '2804a40da6381c94ada37e275e34b6ba65110e41' => :mavericks
+ sha1 '5bd2825c7d8ff9a330b8b6a4c47d5ba391c3b31e' => :mountain_lion
+ sha1 '047f17c804bd54b44b0c458f0d4b6ee1afad262e' => :lion
+ end
+
depends_on :macos => :snow_leopard
depends_on :xcode
depends_on :autoconf