diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/gitfs.rb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/gitfs.rb b/Library/Formula/gitfs.rb index 630d1c7c4..8dc6ecabe 100644 --- a/Library/Formula/gitfs.rb +++ b/Library/Formula/gitfs.rb @@ -7,6 +7,12 @@ class Gitfs < Formula head "https://github.com/PressLabs/gitfs.git" + bottle do + cellar :any + sha1 "4787280d565c24d411c22fcb62c194eb0a7eebe7" => :mavericks + sha1 "1ff9f5341a0524aeba3d9cb39e24085acd1d6606" => :mountain_lion + end + depends_on :python if MacOS.version <= :snow_leopard depends_on "libgit2" => "with-libssh2" |
