aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/sshfs.rb
diff options
context:
space:
mode:
authorBrewTestBot2014-02-21 03:18:31 +0000
committerMike McQuaid2014-02-21 11:01:36 +0000
commit7a877267f71c8072234d5b08f7502bee519dec16 (patch)
tree1498575fc4c78893f1915b6bac421f6f3ed92dfb /Library/Formula/sshfs.rb
parentc0349c2581c98c7c30239802853a0d071e7c3315 (diff)
downloadhomebrew-7a877267f71c8072234d5b08f7502bee519dec16.tar.bz2
sshfs: add 2.5.0 bottle.
Closes #26877. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula/sshfs.rb')
-rw-r--r--Library/Formula/sshfs.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/sshfs.rb b/Library/Formula/sshfs.rb
index b16681fd7..7ed46f8cf 100644
--- a/Library/Formula/sshfs.rb
+++ b/Library/Formula/sshfs.rb
@@ -5,6 +5,13 @@ class Sshfs < Formula
url 'https://github.com/osxfuse/sshfs/archive/osxfuse-sshfs-2.5.0.tar.gz'
sha1 '34d81a2f6b4150bff5ee55978b98df50c0bd3152'
+ bottle do
+ cellar :any
+ sha1 "af9fbf03eff59354c0d4071de23ad44f68d986bd" => :mavericks
+ sha1 "7fa3b69a4f3f4cd06a32c11df13db57f21437c88" => :mountain_lion
+ sha1 "8828686ca5c28061825fe059d7d6b9afae5972e9" => :lion
+ end
+
option 'without-sshnodelay', "Don't compile NODELAY workaround for ssh"
depends_on 'autoconf' => :build